packages/net/amwall/patches/010-compile_fix.patch

22 lines
394 B
Diff
Raw Normal View History

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");