(no commit message)
authorSapan Bhatia <sapanb@cs.princeton.edu>
Tue, 24 Mar 2009 20:43:06 +0000 (20:43 +0000)
committerSapan Bhatia <sapanb@cs.princeton.edu>
Tue, 24 Mar 2009 20:43:06 +0000 (20:43 +0000)
fusemount.c

index eb870eb..715a065 100644 (file)
@@ -1,3 +1,5 @@
+/* Adaptation of Jeremy Stribling's version of the script to work with Vsys */
+
 #include <assert.h>
 #include <errno.h>
 #include <fcntl.h>
@@ -30,7 +32,6 @@ int do_mount( int control_channel ) {
   char buf[1024];
   int n = read( control_channel, buf, 1024 );
   assert( n != 1024 );
-
   char source[200];
   char target[200];
   char fstype[200];