From: Felix Fietkau Date: Sat, 14 Oct 2006 15:26:51 +0000 (+0000) Subject: compile fix X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=544369064169ebb376d647c1395c4d015fa713d4;p=openwrt%2Fsvn-archive%2Farchive.git compile fix SVN-Revision: 5087 --- diff --git a/net/amwall/patches/010-compile_fix.patch b/net/amwall/patches/010-compile_fix.patch new file mode 100644 index 0000000000..caa0b42078 --- /dev/null +++ b/net/amwall/patches/010-compile_fix.patch @@ -0,0 +1,21 @@ +diff -ur amwall.old/grammar_en.y amwall.dev/grammar_en.y +--- amwall.old/grammar_en.y Sun May 23 17:17:54 2004 ++++ amwall.dev/grammar_en.y Sat Oct 14 17:21:28 2006 +@@ -651,7 +651,7 @@ + { + AMWALL_ADD_RULE("CONTINUE"); + } +- ++ ; + dnat : DNAT + { + switch(chain_type) { +@@ -667,7 +667,7 @@ + + AMWALL_ADD_RULE("DNAT"); + } +- ++ ; + drop : DROP + { + AMWALL_ADD_RULE("DROP");