aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fusefs-kmod/files/patch-mount_fusefs-mount_fusefs.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/fusefs-kmod/files/patch-mount_fusefs-mount_fusefs.c')
-rw-r--r--sysutils/fusefs-kmod/files/patch-mount_fusefs-mount_fusefs.c16
1 files changed, 13 insertions, 3 deletions
diff --git a/sysutils/fusefs-kmod/files/patch-mount_fusefs-mount_fusefs.c b/sysutils/fusefs-kmod/files/patch-mount_fusefs-mount_fusefs.c
index b5f3e946c72b..dad69c8ea9b0 100644
--- a/sysutils/fusefs-kmod/files/patch-mount_fusefs-mount_fusefs.c
+++ b/sysutils/fusefs-kmod/files/patch-mount_fusefs-mount_fusefs.c
@@ -1,6 +1,15 @@
---- mount_fusefs/mount_fusefs.c Sat Jul 14 13:12:09 2007
-+++ mount_fusefs/mount_fusefs.c Sat Jul 14 13:12:09 2007
-@@ -469,7 +469,8 @@ showversion(void)
+--- mount_fusefs/mount_fusefs.c.orig Tue Jun 19 09:35:22 2007
++++ mount_fusefs/mount_fusefs.c Thu Dec 13 02:44:12 2007
+@@ -70,6 +70,8 @@
+ { "user_id=", 0, 0x00, 1 },
+ { "group_id=", 0, 0x00, 1 },
+ { "large_read", 0, 0x00, 1 },
++ /* "nonempty", just the first two chars are stripped off during parsing */
++ { "nempty", 0, 0x00, 1 },
+ MOPT_STDOPTS,
+ MOPT_END
+ };
+@@ -469,7 +471,8 @@
int
init_backgrounded(void)
{
@@ -9,3 +18,4 @@
+ size_t len;
len = sizeof(ibg);
+