pkgsrc/net/radiusd-cistron/patches/patch-ag
obache 2f6ee65f51 Update radiusd-cistron to 1.6.8.
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>)
2007-12-22 12:39:57 +00:00

12 lines
371 B
Text

$NetBSD: patch-ag,v 1.1 2007/12/22 12:39:58 obache Exp $
--- src/radiusd.h.orig 2003-12-08 16:12:22.000000000 +0000
+++ src/radiusd.h
@@ -204,7 +204,6 @@ extern char *radutmp_path;
extern char *radwtmp_path;
extern UINT4 expiration_seconds;
extern UINT4 warning_seconds;
-extern int radius_pid;
extern int use_dbm;
extern int use_dns;
extern int use_wtmp;