mirror of
https://github.com/drasko/codezero.git
synced 2026-04-15 08:19:04 +02:00
Removed linux linked list dependency.
This commit is contained in:
@@ -21,12 +21,12 @@
|
||||
#define VFS_STR_XATDIR "...."
|
||||
|
||||
struct pathdata {
|
||||
struct list_head list;
|
||||
struct link list;
|
||||
struct vnode *vstart;
|
||||
};
|
||||
|
||||
struct pathcomp {
|
||||
struct list_head list;
|
||||
struct link list;
|
||||
const char *str;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user