summaryrefslogtreecommitdiff
path: root/filesystems/fuse-curlftpfs/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'filesystems/fuse-curlftpfs/patches/patch-ad')
-rw-r--r--filesystems/fuse-curlftpfs/patches/patch-ad14
1 files changed, 14 insertions, 0 deletions
diff --git a/filesystems/fuse-curlftpfs/patches/patch-ad b/filesystems/fuse-curlftpfs/patches/patch-ad
new file mode 100644
index 00000000000..22ca3765c77
--- /dev/null
+++ b/filesystems/fuse-curlftpfs/patches/patch-ad
@@ -0,0 +1,14 @@
+$NetBSD: patch-ad,v 1.1.1.1 2007/02/20 23:02:03 xtraeme Exp $
+
+--- ftpfs-ls.c.orig 2007-02-18 20:28:01.000000000 +0100
++++ ftpfs-ls.c 2007-02-18 20:29:01.000000000 +0100
+@@ -6,7 +6,9 @@
+ See the file COPYING.
+ */
+
++#ifndef __NetBSD__
+ #define _XOPEN_SOURCE 600
++#endif
+ #include <time.h>
+ #include <string.h>
+ #include <sys/types.h>