summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorian <ian>2006-06-06 19:20:30 +0000
committerian <ian>2006-06-06 19:20:30 +0000
commitd6e317f782b5b800a5d5f7ae559ccefb66479adf (patch)
tree009525162892600ab26fe0a63a33c70567da1b56 /changelog
parentaef0409acd1d64d71d46a08f663b404ea23b53c2 (diff)
+ * Do away with `mismatch' variable in parse.c:adns__findrr_anychk so that
@@ -10,6 +10,9 @@ (Report from Mihai Ibanescu.) + * Do away with `mismatch' variable in parse.c:adns__findrr_anychk so that + overzealous GCC cannot complain about members of eo_fls being + uninitialised. (Report from Jim Meyering.)
Diffstat (limited to 'changelog')
-rw-r--r--changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog b/changelog
index 7eea428..ac09ded 100644
--- a/changelog
+++ b/changelog
@@ -10,6 +10,9 @@ adns (1.3); urgency=low
(Patch from Mihai Ibanescu.)
* Remove spurious `_' from {bin,lib,include}dir Makefile variables.
(Report from Mihai Ibanescu.)
+ * Do away with `mismatch' variable in parse.c:adns__findrr_anychk so that
+ overzealous GCC cannot complain about members of eo_fls being
+ uninitialised. (Report from Jim Meyering.)
--