Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
	* nss/nss_files/files-hosts.c: Remove getipnodebyname.

	* nss/Versions: Remove _nss_files_getipnodebyname_r.
  • Loading branch information
Andreas Jaeger committed Nov 23, 2000
1 parent bde1512 commit ba4cf0e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
2000-11-23 Andreas Jaeger <aj@suse.de>

* nss/nss_files/files-hosts.c: Remove getipnodebyname.

* nss/Versions: Remove _nss_files_getipnodebyname_r.

* sysdeps/unix/sysv/linux/Versions: Fix typo in last patch.

2000-11-18 Martin Buchholz <martin@xemacs.org>
Expand Down
3 changes: 0 additions & 3 deletions nss/Versions
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,4 @@ libnss_files {
_nss_files_getpublickey;
_nss_files_getsecretkey;
}
GLIBC_2.2 {
_nss_files_getipnodebyname_r;
}
}
8 changes: 0 additions & 8 deletions nss/nss_files/files-hosts.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit ba4cf0e

Please sign in to comment.