From: Roland McGrath Date: Wed, 18 May 2005 19:23:01 +0000 (+0000) Subject: * sysdeps/posix/getaddrinfo.c (gaih_local): Check [_HAVE_SA_LEN] X-Git-Tag: cvs/fedora-glibc-20050520T0919 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=43d0c8ee8430273c2f5d1de7be5a6a3a8c7b8d68;p=thirdparty%2Fglibc.git * sysdeps/posix/getaddrinfo.c (gaih_local): Check [_HAVE_SA_LEN] instead of [SALEN]. (gaih_inet): Likewise. --- diff --git a/ChangeLog b/ChangeLog index 91247fabd01..06988871c0e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-05-17 Neal H. Walfield + + * sysdeps/posix/getaddrinfo.c (gaih_local): Check [_HAVE_SA_LEN] + instead of [SALEN]. + (gaih_inet): Likewise. + 2005-05-11 Ulrich Drepper * elf/elf.h (Elf32_auxv_t): Make cross-compile safe.