mirror of
https://github.com/drasko/codezero.git
synced 2026-02-16 11:53:15 +01: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