16 lines
375 B
Plaintext
16 lines
375 B
Plaintext
$NetBSD: patch-ad,v 1.2 2007/12/22 12:39:58 obache Exp $
|
|
|
|
--- src/radiusd.c.orig 2005-03-31 21:06:51.000000000 +0000
|
|
+++ src/radiusd.c
|
|
@@ -80,10 +80,6 @@ static time_t start_time;
|
|
static AUTH_REQ *first_request;
|
|
|
|
|
|
-#if !defined(__linux__) && !defined(__GNU_LIBRARY__)
|
|
-extern int errno;
|
|
-#endif
|
|
-
|
|
typedef int (*FUNP)(AUTH_REQ *, int);
|
|
|
|
static int config_init(void);
|