pkgsrc/net/socks4/patches/patch-ai
2005-12-27 13:48:56 +00:00

18 lines
419 B
Text

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