summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
author/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org </C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org>2008-01-15 12:59:27 +0000
committer/C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org </C=EU/ST=EU/CN=Pablo Neira Ayuso/emailAddress=pablo@netfilter.org>2008-01-15 12:59:27 +0000
commit4ddee9e2555817bd94521677e808caed665c3393 (patch)
tree307d1ad079b8a9359acd9d0ea0d10ef7bc92fc74 /ChangeLog
parentf66ce57358db77bdc50b055325ac103f7c38d5fa (diff)
Max Kellermann <max@duempel.org>:
yacc generates a function with a return value, and the conntrackd code uses "return;" to ignore a value. this is not legal. convert all of these to "break;" which might be what the author intended to do.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 97ac77e..8da214c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -49,6 +49,7 @@ o enable gcc warnings, including -Werror
o use list_for_each_entry() instead of list_for_each()
o use const when possible
o remove prefetch in slist.h since it confuses gcc
+o fix illegal use of return in the yacc code, use break instead
version 0.9.5 (2007/07/29)
------------------------------