diff options
author | Roland McGrath <roland@gnu.org> | 2005-05-18 19:23:01 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-05-18 19:23:01 +0000 |
commit | 43d0c8ee8430273c2f5d1de7be5a6a3a8c7b8d68 (patch) | |
tree | 5cab39e287bc217913640e0feb3036d3f76157c2 | |
parent | beb326422244db44a39402d37a9a244a54500e4f (diff) | |
download | glibc-43d0c8ee8430273c2f5d1de7be5a6a3a8c7b8d68.tar glibc-43d0c8ee8430273c2f5d1de7be5a6a3a8c7b8d68.tar.gz glibc-43d0c8ee8430273c2f5d1de7be5a6a3a8c7b8d68.tar.bz2 glibc-43d0c8ee8430273c2f5d1de7be5a6a3a8c7b8d68.zip |
* sysdeps/posix/getaddrinfo.c (gaih_local): Check [_HAVE_SA_LEN]cvs/fedora-glibc-20050520T0919
instead of [SALEN].
(gaih_inet): Likewise.
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2005-05-17 Neal H. Walfield <neal@gnu.org> + + * sysdeps/posix/getaddrinfo.c (gaih_local): Check [_HAVE_SA_LEN] + instead of [SALEN]. + (gaih_inet): Likewise. + 2005-05-11 Ulrich Drepper <drepper@redhat.com> * elf/elf.h (Elf32_auxv_t): Make cross-compile safe. |