1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00
* nss/nss_files/files-hosts.c: Remove getipnodebyname.

	* nss/Versions: Remove _nss_files_getipnodebyname_r.
This commit is contained in:
Andreas Jaeger
2000-11-23 16:15:47 +00:00
parent bde1512378
commit ba4cf0e9ef
3 changed files with 4 additions and 11 deletions

View File

@ -279,11 +279,3 @@ DB_LOOKUP (hostbyaddr, ,,
&& ! memcmp (addr, result->h_addr_list[0], len))
break;
}, const void *addr, socklen_t len, int af)
#undef EXTRA_ARGS_VALUE
#define EXTRA_ARGS_VALUE \
, af, flags
HOST_DB_LOOKUP (ipnodebyname, ,,
{
LOOKUP_NAME_CASE (h_name, h_aliases)
}, const char *name, int af, int flags)