summaryrefslogtreecommitdiff
path: root/kernel/sysproc.c
diff options
context:
space:
mode:
authorFrans Kaashoek <[email protected]>2022-08-12 09:43:18 -0400
committerFrans Kaashoek <[email protected]>2022-08-12 09:43:18 -0400
commit8bd04852c911fcb7c74f2c61350c306f18ae58b0 (patch)
tree3503d5c39feee3ee77c5b9afa49b9961b6ded59a /kernel/sysproc.c
parent48d1a7ffa59e0bf59972b8c852661700bcda797d (diff)
downloadxv6-labs-8bd04852c911fcb7c74f2c61350c306f18ae58b0.tar.gz
xv6-labs-8bd04852c911fcb7c74f2c61350c306f18ae58b0.tar.bz2
xv6-labs-8bd04852c911fcb7c74f2c61350c306f18ae58b0.zip
Delete rtcdate, which is a left-over from an old lab (thanks Harry Porter)
Diffstat (limited to 'kernel/sysproc.c')
-rw-r--r--kernel/sysproc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/sysproc.c b/kernel/sysproc.c
index e8bcda9..8ca45ba 100644
--- a/kernel/sysproc.c
+++ b/kernel/sysproc.c
@@ -1,7 +1,6 @@
#include "types.h"
#include "riscv.h"
#include "defs.h"
-#include "date.h"
#include "param.h"
#include "memlayout.h"
#include "spinlock.h"