You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
732 B
25 lines
732 B
16 years ago
|
Index: libfuse-lite/mount_util.c
|
||
|
===================================================================
|
||
|
RCS file: /cvsroot/ntfs-3g/ntfs-3g/libfuse-lite/mount_util.c,v
|
||
|
retrieving revision 1.5
|
||
|
diff -u -p -r1.5 mount_util.c
|
||
|
--- libfuse-lite/mount_util.c 27 Jun 2008 12:37:02 -0000 1.5
|
||
|
+++ libfuse-lite/mount_util.c 30 Mar 2009 13:30:36 -0000
|
||
|
@@ -96,6 +96,7 @@ int fuse_mnt_add_mount(const char *progn
|
||
|
strerror(errno));
|
||
|
exit(1);
|
||
|
}
|
||
|
+/*
|
||
|
res = waitpid(res, &status, 0);
|
||
|
if (res == -1) {
|
||
|
fprintf(stderr, "%s: waitpid: %s\n", progname, strerror(errno));
|
||
|
@@ -103,7 +104,7 @@ int fuse_mnt_add_mount(const char *progn
|
||
|
}
|
||
|
if (status != 0)
|
||
|
return -1;
|
||
|
-
|
||
|
+*/
|
||
|
return 0;
|
||
|
}
|
||
|
|