summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs/captive/files/captive-fuse-2.6.0_pre3.patch')
-rw-r--r--sys-fs/captive/files/captive-fuse-2.6.0_pre3.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-fs/captive/files/captive-fuse-2.6.0_pre3.patch b/sys-fs/captive/files/captive-fuse-2.6.0_pre3.patch
new file mode 100644
index 000000000000..a653908caf5e
--- /dev/null
+++ b/sys-fs/captive/files/captive-fuse-2.6.0_pre3.patch
@@ -0,0 +1,11 @@
+--- captive-1.1.7/src/client/fuse/main.c.orig 2006-08-12 22:54:51.000000000 +0200
++++ captive-1.1.7/src/client/fuse/main.c 2006-08-12 23:06:58.000000000 +0200
+@@ -116,7 +116,7 @@
+ * FIXME: Why?
+ */
+ }
+- fuse_teardown(capfuse_fuse,capfuse_fd,capfuse_mountpoint);
++ fuse_teardown(capfuse_fuse,capfuse_mountpoint);
+ }
+
+ int main(int argc,char **argv)