mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- fix build for gcc41
This commit is contained in:
parent
1dbc97232b
commit
bae76a134e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=174838
1 changed files with 17 additions and 1 deletions
|
@ -1,5 +1,21 @@
|
|||
--- src/radiusd.c.orig Wed Jul 2 11:39:03 2003
|
||||
+++ src/radiusd.c Fri Jul 9 15:57:46 2004
|
||||
+++ src/radiusd.c Sat Oct 7 20:51:28 2006
|
||||
@@ -46,6 +46,7 @@
|
||||
char *radacct_dir;
|
||||
int log_stripped_names;
|
||||
int cache_passwd = 0;
|
||||
+int radius_pid;
|
||||
int use_dbm = 0;
|
||||
int use_wtmp = 1;
|
||||
int use_utmp = 1;
|
||||
@@ -72,7 +73,6 @@
|
||||
static int acctfd;
|
||||
static int spawn_flag;
|
||||
static int acct_pid;
|
||||
-static int radius_pid;
|
||||
static int need_reload = 0;
|
||||
static time_t start_time;
|
||||
static AUTH_REQ *first_request;
|
||||
@@ -612,6 +612,7 @@
|
||||
if ((cl = client_find(authreq->ipaddr)) == NULL) {
|
||||
log(L_ERR, "packet from unknown client/host: %s",
|
||||
|
|
Loading…
Add table
Reference in a new issue