Subject: Re: What replaces gethostent?
To: Simon J. Gerraty <sjg@crufty.net>
From: Johan Danielsson <joda@pdc.kth.se>
List: tech-userlevel
Date: 06/24/2002 16:33:44
"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