diff options
Diffstat (limited to 'net/socks4/patches/patch-al')
-rw-r--r-- | net/socks4/patches/patch-al | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/socks4/patches/patch-al b/net/socks4/patches/patch-al new file mode 100644 index 00000000000..f17a5bbf425 --- /dev/null +++ b/net/socks4/patches/patch-al @@ -0,0 +1,12 @@ +$NetBSD: patch-al,v 1.1 2005/12/27 13:48:56 joerg Exp $ + +--- rftp/glob.c.orig 1994-10-17 20:21:37.000000000 +0000 ++++ rftp/glob.c +@@ -82,7 +82,6 @@ static int tglob(); + char **ftpglob(); + char *globerr; + char *home; +-extern int errno; + static char *strspl(), *strend(); + char **copyblk(); + |