BarryServer : Git

All the code for all my projects
// BarryServer : Git / Nucleus / commit / 18495cfe1cf5f7fc6f6b0c8c12d7f34dfded1be0 / vfs / devfs

// Related

Nucleus

Barry System headers (remove libc dependency) 18495cf (3 years, 2 months ago)
diff --git a/vfs/devfs/file.c b/vfs/devfs/file.c
index 0217a8e..f0e8d26 100644
--- a/vfs/devfs/file.c
+++ b/vfs/devfs/file.c
@@ -1,9 +1,9 @@
-#include <stdint.h>
 #include <stddef.h>
-#include <string.h>
+#include <stdint.h>
+#include <sys/errno.h>
 #include <sys/stat.h>
-#include <errno.h>
 #include <nucleus/driver.h>
+#include <nucleus/lib.h>
 #include <nucleus/memory.h>
 #include <nucleus/vfs.h>