The conditional definition of the "np" variable didn't make any sense. It was
authorDan Harkless <dan@harkless.org>
Tue, 25 Jan 2000 06:21:38 +0000 (06:21 +0000)
committerDan Harkless <dan@harkless.org>
Tue, 25 Jan 2000 06:21:38 +0000 (06:21 +0000)
only defined if HAVE_GETHOSTBYNAME was defined and only used when
HAVE_GETHOSTBYNAME wasn't defined.  I'm kind of surprised that never blew up
anywhere.  Changed the definition conditional to match the usage conditional.


No differences found