compile fix

git-svn-id: svn://svn.openwrt.org/openwrt/packages@5087 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2006-10-14 15:26:51 +00:00
parent 531cfa747e
commit 434abb4c07

View File

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