summaryrefslogtreecommitdiff
path: root/filesystems/fuse-curlftpfs/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'filesystems/fuse-curlftpfs/patches/patch-ab')
-rw-r--r--filesystems/fuse-curlftpfs/patches/patch-ab14
1 files changed, 14 insertions, 0 deletions
diff --git a/filesystems/fuse-curlftpfs/patches/patch-ab b/filesystems/fuse-curlftpfs/patches/patch-ab
new file mode 100644
index 00000000000..524a15e342d
--- /dev/null
+++ b/filesystems/fuse-curlftpfs/patches/patch-ab
@@ -0,0 +1,14 @@
+$NetBSD: patch-ab,v 1.1.1.1 2007/02/20 23:02:03 xtraeme Exp $
+
+--- ftpfs.c.orig 2007-02-18 20:16:44.000000000 +0100
++++ ftpfs.c 2007-02-18 20:17:00.000000000 +0100
+@@ -18,7 +18,9 @@
+ #include <unistd.h>
+ #include <netinet/in.h>
+ #include <fuse.h>
++#ifndef __NetBSD__
+ #include <fuse_opt.h>
++#endif
+ #include <glib.h>
+
+ #include "ftpfs-ls.h"