2f6ee65f51
pkgsrc changes: * add a patch to fix build problem with gcc4. Changes: radiusd-cistron (1.6.8) cistron; urgency=low * Allow Tunnel attributes to be proxied. * Change log() -> log_msg() everywhere to shut up GCC 3.x * free() authreq after receiving packet from unknow client * Add wildcard flag to realms file * Use wildmat for Realm = compares in users file * Fix an endianness bug in rad_check_multi (Simon Byrnand <simon@igrin.co.nz>)
15 lines
375 B
Text
15 lines
375 B
Text
$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);
|