summaryrefslogtreecommitdiff
path: root/net/xmftp/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'net/xmftp/patches/patch-ab')
-rw-r--r--net/xmftp/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/xmftp/patches/patch-ab b/net/xmftp/patches/patch-ab
new file mode 100644
index 00000000000..6bbfdddb699
--- /dev/null
+++ b/net/xmftp/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1.1.1 2002/04/21 10:47:31 rh Exp $
+
+--- ftplib/ftplib.h.orig Tue Apr 16 19:56:15 2002
++++ ftplib/ftplib.h
+@@ -29,7 +29,7 @@
+ #include <sys/types.h>
+ #include <signal.h>
+
+-#if defined(__unix__) || defined(VMS)
++#if defined(__unix__) || defined(VMS) || defined(__NetBSD__)
+ #define GLOBALDEF
+ #define GLOBALREF extern
+ #elif defined(_WIN32)