summaryrefslogtreecommitdiff
path: root/sysutils/radmind/patches/patch-ad
blob: 5e22410718cc9ecb27f7cca180a4c629bbb23a53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
$NetBSD: patch-ad,v 1.2 2006/07/17 17:59:05 wiz Exp $

--- connect.c.orig	2006-03-03 15:29:20.000000000 +0100
+++ connect.c
@@ -11,6 +11,7 @@
 #include <netinet/in.h>
 #include <netinet/tcp.h>
 #include <arpa/inet.h>
+#include <errno.h>
 #include <netdb.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -36,7 +37,6 @@
 extern void            (*logger)( char * );
 extern int              verbose;
 struct timeval          timeout = { 60, 0 };
-extern int		errno;
 extern SSL_CTX  	*ctx;
 
 #ifdef HAVE_ZLIB