1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[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

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)
{