diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-07-18 05:33:11 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-07-18 05:33:11 +0000 |
commit | 5da9f08469c8143b3f4a06fdf117683e3b1bf394 (patch) | |
tree | 61027580d82c0daec9b017873ef6ee8cff6cd7bb /ChangeLog | |
parent | 6bd7b31b9ce39da00f952a39d2253634e15b2dd5 (diff) | |
download | glibc-5da9f08469c8143b3f4a06fdf117683e3b1bf394.zip glibc-5da9f08469c8143b3f4a06fdf117683e3b1bf394.tar.gz glibc-5da9f08469c8143b3f4a06fdf117683e3b1bf394.tar.bz2 |
Update.
* resolv/netdb.h: Adjust parameters of gethostbyaddr and
gethostbyaddr_r.
* inet/gethstbyad.c: Correct type of len parameter.
* inet/gethstbyad_r.c: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 1999-07-17 Ulrich Drepper <drepper@cygnus.com> + * resolv/netdb.h: Adjust parameters of gethostbyaddr and + gethostbyaddr_r. + * inet/gethstbyad.c: Correct type of len parameter. + * inet/gethstbyad_r.c: Likewise. + * sysdeps/unix/sysv/linux/arm/Versions: Undo last change. 1999-07-17 Zack Weinberg <zack@rabi.columbia.edu> |