[email protected] wrote: > I have get it working, here is my patch, but I have not tested if it will > correctly compile on non-FreeBSD PCs :(
I pushed a patch to git. It's cross-platform, and should work. > + typedef unsigned short u_short; > + typedef unsigned long u_long; > + typedef unsigned char u_char; > + typedef unsigned int u_int; Those definitions are in the system header files. The server should depend on the header files. It's better than having hard-coded values in the source. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

