"Simon J. Gerraty" <sjg@crufty.net> writes: > So I've discovered that gethostent() is now #ifdef'd out of our > libc. I've got an ugly workaround for the JDK, but was wondering if > there is an official replacement for gethostent()? #define gethostent() NULL What does JDK expect it to accomplish? /Johan