summaryrefslogtreecommitdiff
path: root/syscall.c
diff options
context:
space:
mode:
Diffstat (limited to 'syscall.c')
-rw-r--r--syscall.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/syscall.c b/syscall.c
index 9fed725..bc6c316 100644
--- a/syscall.c
+++ b/syscall.c
@@ -1,19 +1,10 @@
#include "types.h"
-#include "stat.h"
+#include "defs.h"
#include "param.h"
#include "mmu.h"
#include "proc.h"
-#include "defs.h"
#include "x86.h"
-#include "traps.h"
#include "syscall.h"
-#include "spinlock.h"
-#include "buf.h"
-#include "fs.h"
-#include "fsvar.h"
-#include "elf.h"
-#include "file.h"
-#include "fcntl.h"
// User code makes a system call with INT T_SYSCALL.
// System call number in %eax.