summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-04-30 20:19:09 +0000
committerUlrich Drepper <drepper@redhat.com>2006-04-30 20:19:09 +0000
commit846d1362cd53ea642c5933e307f20f8668254cd3 (patch)
tree782c6245c59b92bff057acc224cfe9322d8fa53a /ChangeLog
parenteaa27aca6ff96aab4f58832545ddc9889baf8129 (diff)
* posix/Makefile (tests): Add tst-getaddrinfo3.
* posix/tst-getaddrinfo3.c: New file. * sysdeps/posix/getaddrinfo.c (gaih_inet): Add parenthesis in test for better readability.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dfb4bd188d..3760dc71e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2006-04-30 Ulrich Drepper <drepper@redhat.com>
+ * posix/Makefile (tests): Add tst-getaddrinfo3.
+ * posix/tst-getaddrinfo3.c: New file.
+
+ * sysdeps/posix/getaddrinfo.c (gaih_inet): Add parenthesis in test
+ for better readability.
+
* nscd/nscd.h (struct database_dyn): Change filename to an array
to avoid relocations.