diff options
Diffstat (limited to 'net/socks4/patches/patch-ai')
-rw-r--r-- | net/socks4/patches/patch-ai | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/net/socks4/patches/patch-ai b/net/socks4/patches/patch-ai new file mode 100644 index 00000000000..c2cd92883c8 --- /dev/null +++ b/net/socks4/patches/patch-ai @@ -0,0 +1,18 @@ +$NetBSD: patch-ai,v 1.1 2005/12/27 13:48:56 joerg Exp $ + +--- lib/SendGetDst.c.orig 2005-12-18 19:24:40.000000000 +0000 ++++ lib/SendGetDst.c +@@ -4,12 +4,11 @@ + #endif /* #if defined(ISC) */ + #include <sys/time.h> + #include <syslog.h> +-#include <sys/errno.h> ++#include <errno.h> + #if defined(ISC) + #include <net/errno.h> + #endif /* #if defined(ISC) */ + #include "socks.h" +-extern int errno; + + #define NULL ((char *)0) + |