aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2004-08-14 20:17:48 +0000
committerRoland McGrath <roland@gnu.org>2004-08-14 20:17:48 +0000
commite786b7935f60c787d4ae1248c533417a55df2033 (patch)
treea3122b71e44f49d95d228a4d44ccdfca7101ef95
parent0b44fad39268c75c2da50f6c1c4f5bb3b54a0ef7 (diff)
downloadglibc-e786b7935f60c787d4ae1248c533417a55df2033.tar
glibc-e786b7935f60c787d4ae1248c533417a55df2033.tar.gz
glibc-e786b7935f60c787d4ae1248c533417a55df2033.tar.bz2
glibc-e786b7935f60c787d4ae1248c533417a55df2033.zip
* sysdeps/mach/configure: Regenerated.
* sysdeps/mach/hurd/configure: Regenerated. * sysdeps/posix/getaddrinfo.c (getaddrinfo): If RFC3484 sorting is performed, make sure it is still the first entry after sorting that has the ai_canonname information.
-rw-r--r--ChangeLog11
1 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 8d827cbb13..5734fbad9d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,13 @@
+2004-08-14 Roland McGrath <roland@frob.com>
+
+ * sysdeps/mach/configure: Regenerated.
+ * sysdeps/mach/hurd/configure: Regenerated.
+
2004-08-14 Ulrich Drepper <drepper@redhat.com>
- * sysdeps/posix/getaddrinfo.c (getaddrinfo): I rfc3484 sorting is
- performed, make sure it is still the first entry after sotring
- which has the ai_canonname information.
+ * sysdeps/posix/getaddrinfo.c (getaddrinfo): If RFC3484 sorting is
+ performed, make sure it is still the first entry after sorting
+ that has the ai_canonname information.
* sysdeps/posix/getaddrinfo.c (gaih_inet): Really set ai_canonname
only in one entry.