X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fusemount.c;h=715a06500382e2b1877ffeb6efe394c9ad02c42e;hb=a656aff91b3191a756558b8d1e24b9da08402bcc;hp=eb870eb061b97d37b962fd6600db04dbc0008b69;hpb=2412323e3fa764b00d7e54d24c31771b646b8a89;p=vsys-scripts.git 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];