summaryrefslogtreecommitdiff
path: root/kernel/syscalls.c
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-12-09 22:55:14 +0100
committerMichal Idziorek <m.i@gmx.at>2014-12-09 22:55:14 +0100
commitf4518cf996c137e18cd70dd2d23ba9d8cfcfb526 (patch)
tree416952ac9efd8fc0bd7b67cbc50ed8177fac2b56 /kernel/syscalls.c
parent7e965f276c47d29969f5470533d40df03536d190 (diff)
passing vesa physbase to vmem and some cleanup
Diffstat (limited to 'kernel/syscalls.c')
-rw-r--r--kernel/syscalls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/syscalls.c b/kernel/syscalls.c
index e43c509..63c3ce5 100644
--- a/kernel/syscalls.c
+++ b/kernel/syscalls.c
@@ -2,12 +2,12 @@
#include "lib/buffer/ringbuffer.h"
#include "lib/logger/log.h"
-#include "lib/bool/bool.h"
#include "fs/fs.h"
#include "fs/ext2.h"
#include "kernel/console.h"
#include "kernel/config.h"
#include <sys/stat.h>
+#include <stdbool.h>
int syscall_unhandled(int nr)