summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-04-29 09:38:14 +0200
committerJim Meyering <meyering@redhat.com>2011-04-29 09:38:14 +0200
commit20abe9a92c71d7ccb46484543e874f8b357d5f4f (patch)
tree1098b5f870bf6f40678f98e440308f4de2db7724 /ChangeLog
parent74175b903b1716c1677658e45fa69ef1fbc99015 (diff)
downloadgnulib-20abe9a92c71d7ccb46484543e874f8b357d5f4f.tar.gz
test-hash.c: avoid a new shadowing warning
* tests/test-hash.c (main): Don't shadow "dup".
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9e5aa41558..3cc245ed3c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-04-29 Jim Meyering <meyering@redhat.com>
+
+ test-hash.c: avoid a new shadowing warning
+ * tests/test-hash.c (main): Don't shadow "dup".
+
2011-04-28 Eric Blake <eblake@redhat.com>
getaddrinfo: fix gai_strerror signature