about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-05-18 19:23:01 +0000
committerRoland McGrath <roland@gnu.org>2005-05-18 19:23:01 +0000
commit43d0c8ee8430273c2f5d1de7be5a6a3a8c7b8d68 (patch)
tree5cab39e287bc217913640e0feb3036d3f76157c2
parentbeb326422244db44a39402d37a9a244a54500e4f (diff)
downloadglibc-43d0c8ee8430273c2f5d1de7be5a6a3a8c7b8d68.tar.gz
glibc-43d0c8ee8430273c2f5d1de7be5a6a3a8c7b8d68.tar.xz
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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 91247fabd0..06988871c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.