summaryrefslogtreecommitdiff
path: root/nss
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-11-23 16:15:47 +0000
committerAndreas Jaeger <aj@suse.de>2000-11-23 16:15:47 +0000
commitba4cf0e9ef65eb8f188a4d2432562f0aa572202c (patch)
tree9f0a48f0b5516e6ad43839902c7fb3371c2f7436 /nss
parentbde1512378f0507232bc235816d3f2f00dd4fbd2 (diff)
Update.
* nss/nss_files/files-hosts.c: Remove getipnodebyname. * nss/Versions: Remove _nss_files_getipnodebyname_r.
Diffstat (limited to 'nss')
-rw-r--r--nss/Versions3
-rw-r--r--nss/nss_files/files-hosts.c8
2 files changed, 0 insertions, 11 deletions
diff --git a/nss/Versions b/nss/Versions
index 3703779356..0a31a86181 100644
--- a/nss/Versions
+++ b/nss/Versions
@@ -83,7 +83,4 @@ libnss_files {
_nss_files_getpublickey;
_nss_files_getsecretkey;
}
- GLIBC_2.2 {
- _nss_files_getipnodebyname_r;
- }
}
diff --git a/nss/nss_files/files-hosts.c b/nss/nss_files/files-hosts.c
index 4cd0cd2a43..6dca68e9b1 100644
--- a/nss/nss_files/files-hosts.c
+++ b/nss/nss_files/files-hosts.c
@@ -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)