summaryrefslogtreecommitdiff
path: root/net/xmftp/patches/patch-ab
blob: 6bbfdddb699c415302d676ebce19bc8cff64d5c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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)