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 /ChangeLog | |
parent | b74c71e87f702b273f2e88d0e29aa1c683c546f1 (diff) | |
download | glibc-a553168f1e99e0ad18fc4dcddcd0208fad97dfac.tar.gz glibc-a553168f1e99e0ad18fc4dcddcd0208fad97dfac.tar.xz 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 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index dcb50083fe..7b502559ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,16 @@ 1999-07-18 Ulrich Drepper <drepper@cygnus.com> + * 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. + * posix/sched.h: Remove internal interfaces. * include/sched.h: Add internal interfaces. |