$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>
