From: kaashoek Date: Mon, 10 Jul 2006 16:27:15 +0000 (+0000) Subject: oops X-Git-Url: https://git.devinivas.org/?a=commitdiff_plain;h=084f21430c152eeaeaf8534fab41eca91a5fe7a9;p=cs3210-lab0.git oops --- diff --git a/userfs.c b/userfs.c new file mode 100644 index 0000000..93e42df --- /dev/null +++ b/userfs.c @@ -0,0 +1,8 @@ +// file system tests + +char buf[1024]; + +main() +{ + block(); +}