summaryrefslogtreecommitdiff
path: root/userfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'userfs.c')
-rw-r--r--userfs.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/userfs.c b/userfs.c
index 5de90e6..f7da24b 100644
--- a/userfs.c
+++ b/userfs.c
@@ -1,9 +1,13 @@
+#include "user.h"
+
// file system tests
char buf[1024];
+int
main()
{
puts("userfs running\n");
block();
+ return 0;
}