mirror of
https://github.com/drasko/codezero.git
synced 2026-04-17 17:29:04 +02:00
Removed linux linked list dependency.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
struct global_list {
|
||||
int total;
|
||||
struct list_head list;
|
||||
struct link list;
|
||||
};
|
||||
|
||||
extern struct global_list global_vm_files;
|
||||
|
||||
Reference in New Issue
Block a user