summaryrefslogtreecommitdiff
path: root/net/socks4/patches/patch-ai
blob: c2cd92883c865f96e73f137ef6275bcf44c6784a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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)