BarryServer : Git

All the code for all my projects
// BarryServer : Git / Nucleus / commit / 18495cfe1cf5f7fc6f6b0c8c12d7f34dfded1be0 / task / exec.c

// Related

Nucleus

Barry System headers (remove libc dependency) 18495cf (3 years, 2 months ago)
diff --git a/task/exec.c b/task/exec.c
index d4b4c3d..ff80d21 100644
--- a/task/exec.c
+++ b/task/exec.c
@@ -4,11 +4,10 @@
  * and finally jumps into user-mode.
  */
 
-#include <string.h>
-#include <unistd.h>
+#include <sys/errno.h>
+#include <sys/file.h>
 #include <sys/stat.h>
-#include <fcntl.h>
-#include <errno.h>
+#include <nucleus/lib.h>
 #include <nucleus/memory.h>
 #include <nucleus/task.h>
 #include <nucleus/vfs.h>