ad205391b5
Rui-Xiang Guo <rxg@netbsd.org>
13 lines
362 B
Text
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)
|