[svn] Remove doc reference to non-extant ngethostbyname.

This commit is contained in:
hniksic 2001-11-30 02:44:17 -08:00
parent 5baed885db
commit c828d1e8be
1 changed files with 1 additions and 3 deletions

View File

@ -250,9 +250,7 @@ lookup_host (const char *host, int silent)
if (!silent)
logprintf (LOG_VERBOSE, _("Resolving %s... "), host);
/* Look up the host using gethostbyname(). Note that we use
gethostbyname() rather than ngethostbyname(), because we already
know that the address is not numerical. */
/* Look up the host using gethostbyname(). */
hptr = gethostbyname (host);
if (!hptr)
{