summaryrefslogtreecommitdiff
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.c21
1 files changed, 0 insertions, 21 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
deleted file mode 100644
index dad69c8ea9b0..000000000000
--- a/sysutils/fusefs-kmod/files/patch-mount_fusefs-mount_fusefs.c
+++ /dev/null
@@ -1,21 +0,0 @@
---- 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)
- {
-- int ibg, len;
-+ int ibg;
-+ size_t len;
-
- len = sizeof(ibg);
-