pkgsrc/net/xmftp/patches/patch-ab
2002-04-21 10:47:31 +00:00

13 lines
362 B
Text

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