diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-07-18 23:25:06 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-07-18 23:25:06 +0000 |
commit | a553168f1e99e0ad18fc4dcddcd0208fad97dfac (patch) | |
tree | 3eaf03e25b89bb8bf04592b59146a242351f50a9 /inet/Makefile | |
parent | b74c71e87f702b273f2e88d0e29aa1c683c546f1 (diff) | |
download | glibc-a553168f1e99e0ad18fc4dcddcd0208fad97dfac.tar glibc-a553168f1e99e0ad18fc4dcddcd0208fad97dfac.tar.gz glibc-a553168f1e99e0ad18fc4dcddcd0208fad97dfac.tar.bz2 glibc-a553168f1e99e0ad18fc4dcddcd0208fad97dfac.zip |
Update.
* inet/Makefile (routines): Add getipnodebyad and freehostent.
* inet/Versions [GLIBC_2.2] (libc): Add getipnodebyad and freehostent.
* inet/freehostent.c: New file.
* inet/getipnodebyad.c: New file.
* nss/digits_dots.c: Fail if IPv6 is found and IPv4 is requested.
Add support for getipnode* functions.
* nss/digits_dots.c: Don't use __set_h_errno, assign to *h_errnop.
Set h_aliases to NULL and not to a pointer to an array with a NULL
pointer following XNS 5.2.
Diffstat (limited to 'inet/Makefile')
-rw-r--r-- | inet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inet/Makefile b/inet/Makefile index 12da863f80..14bc027a0b 100644 --- a/inet/Makefile +++ b/inet/Makefile @@ -45,7 +45,7 @@ routines := htonl htons \ rcmd rexec ruserpass \ getnetgrent_r getnetgrent \ getaliasent_r getaliasent getaliasname getaliasname_r \ - in6_addr getnameinfo if_index + in6_addr getnameinfo if_index getipnodebyad freehostent tests := htontest test_ifindex tst-ntoa tst-ether_aton |