summaryrefslogtreecommitdiff
path: root/filesystems/fuse-curlftpfs/patches/patch-ad
blob: 22ca3765c77508815472a5c0e2c3c3ad75acc4c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>