diff options
Diffstat (limited to 'openwrt/package/ebtables/patches/gcc3.4-ebtables_c.patch')
-rw-r--r-- | openwrt/package/ebtables/patches/gcc3.4-ebtables_c.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/openwrt/package/ebtables/patches/gcc3.4-ebtables_c.patch b/openwrt/package/ebtables/patches/gcc3.4-ebtables_c.patch new file mode 100644 index 000000000..1973ea57f --- /dev/null +++ b/openwrt/package/ebtables/patches/gcc3.4-ebtables_c.patch @@ -0,0 +1,10 @@ +--- ebtables-v2.0.6/ebtables.c 2003-11-02 19:22:56.000000000 +0100 ++++ ebtables-patch/ebtables.c 2005-03-29 08:03:09.734707134 +0200 +@@ -1171,6 +1171,7 @@ + continue; + return i; + letscontinue: ++ {}; + } + return -1; + } |