aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-07-23 12:53:50 -0700
committerUlrich Drepper <drepper@redhat.com>2009-07-23 12:53:50 -0700
commit666a9871f7afc40aebcc28eab8890ab99ee01a47 (patch)
treee8e5b3415d2f93a960d9e6ea42e27c22af247a19 /ChangeLog
parent30a2dfd5181ab0fc61ef4f4ab5f7122e41a5ff50 (diff)
downloadglibc-666a9871f7afc40aebcc28eab8890ab99ee01a47.tar
glibc-666a9871f7afc40aebcc28eab8890ab99ee01a47.tar.gz
glibc-666a9871f7afc40aebcc28eab8890ab99ee01a47.tar.bz2
glibc-666a9871f7afc40aebcc28eab8890ab99ee01a47.zip
Avoid warnings in test cases.
The posix/tst-rfc3484* test cases caused warnings in newer gccs because the unused but copied sin_zero part of sockaddr_in wasn't explicitly initialized.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 79aeb83274..7bc9fc348f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2009-07-23 Ulrich Drepper <drepper@redhat.com>
+ * posix/tst-rfc3484.c (do_test): Initialize entire sockaddr_in
+ structure before copying it to avoid warning.
+ * posix/tst-rfc3484-2.c (do_test): Likewise.
+ * posix/tst-rfc3484-3.c (do_test): Likewise.
+
[BZ #10416]
* include/unistd.h: Make header file suitable for C++ test cases.
Patch by Duncan Simpson <dps@simpson.demon.co.uk>.