]> Devi Nivas Git - cs3210-lab1.git/commitdiff
oops
authorkaashoek <kaashoek>
Mon, 10 Jul 2006 16:27:15 +0000 (16:27 +0000)
committerkaashoek <kaashoek>
Mon, 10 Jul 2006 16:27:15 +0000 (16:27 +0000)
userfs.c [new file with mode: 0644]

diff --git a/userfs.c b/userfs.c
new file mode 100644 (file)
index 0000000..93e42df
--- /dev/null
+++ b/userfs.c
@@ -0,0 +1,8 @@
+// file system tests
+
+char buf[1024];
+
+main()
+{
+  block();
+}