22 Apr
2012
22 Apr
'12
6:53 a.m.
newuse@qip.ru 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.