My inet_addr is prototyped as unsigned long, so that's the difference & the problem.
On Fri, 25 April 1997, at 13:43:57, [EMAIL PROTECTED] wrote: > inet_addr() is prototyped in <arpa/inet.h> as > "unsigned int". INADDR_NONE isn't defined by any of > the DU header files at all, so it's using the > "unsigned long" from Apache's conf.h. >
