From: Sapan Bhatia Date: Tue, 24 Mar 2009 20:43:06 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 0.9-0~20 X-Git-Url: http://git.onelab.eu/?p=vsys-scripts.git;a=commitdiff_plain;h=a656aff91b3191a756558b8d1e24b9da08402bcc --- diff --git a/fusemount.c b/fusemount.c index eb870eb..715a065 100644 --- a/fusemount.c +++ b/fusemount.c @@ -1,3 +1,5 @@ +/* Adaptation of Jeremy Stribling's version of the script to work with Vsys */ + #include #include #include @@ -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];