Update.
authorUlrich Drepper <drepper@redhat.com>
Sun, 18 Jul 1999 23:25:06 +0000 (23:25 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 18 Jul 1999 23:25:06 +0000 (23:25 +0000)
commita553168f1e99e0ad18fc4dcddcd0208fad97dfac
tree3eaf03e25b89bb8bf04592b59146a242351f50a9
parentb74c71e87f702b273f2e88d0e29aa1c683c546f1
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.
ChangeLog
inet/Makefile
inet/Versions
inet/freehostent.c [new file with mode: 0644]
inet/getipnodebyad.c [new file with mode: 0644]
nss/digits_dots.c