help-gnu-radius
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-gnu-radius] NAS-IP-Address vs. Client-IP-Address


From: Sergey Poznyakoff
Subject: Re: [Help-gnu-radius] NAS-IP-Address vs. Client-IP-Address
Date: Tue, 27 Apr 2004 11:25:29 +0300

Charles Sprickman <address@hidden> wrote:

> First it had trouble finding "obstack.h" while working in the sql
> directory:

Thanks for noticing. I've fixed this in the repository.
 
> In file included from rscm_utmp.c:25:
> /usr/include/netinet/in.h:235: syntax error before `in_addr_t'
[...]
> That one looks OS-specific.

Try adding '#include <sys/types.h>' at line 25 of rscm_utmp.c, so
that lines 24-26 look like:

#include <stdlib.h>
#include <sys/types.h>
#include <netinet/in.h>

> I have a clean FreeBSD system available if you need one.

Yes, that would be great.

Regards,
Sergey




reply via email to

[Prev in Thread] Current Thread [Next in Thread]