parent
2f7f736d8a
commit
f7a01a1b56
@ -0,0 +1,24 @@
|
|||||||
|
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;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in new issue