summaryrefslogtreecommitdiff
path: root/openwrt/package/ebtables/patches/gcc3.4-ebtables_c.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-06-09 01:55:14 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-06-09 01:55:14 +0000
commit7e534323aa6bfe64d0110c7fb2b7c4989037c5b2 (patch)
treeab0989dbac2deb49e40ec04cf420822959be4acb /openwrt/package/ebtables/patches/gcc3.4-ebtables_c.patch
parent1a3730852ce7fde1b4b6931c8db4ab3b10ba5d5d (diff)
downloadmtk-20170518-7e534323aa6bfe64d0110c7fb2b7c4989037c5b2.zip
mtk-20170518-7e534323aa6bfe64d0110c7fb2b7c4989037c5b2.tar.gz
mtk-20170518-7e534323aa6bfe64d0110c7fb2b7c4989037c5b2.tar.bz2
update ebtables to 2.0.8-rc2 (#558)
SVN-Revision: 3922
Diffstat (limited to 'openwrt/package/ebtables/patches/gcc3.4-ebtables_c.patch')
-rw-r--r--openwrt/package/ebtables/patches/gcc3.4-ebtables_c.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/openwrt/package/ebtables/patches/gcc3.4-ebtables_c.patch b/openwrt/package/ebtables/patches/gcc3.4-ebtables_c.patch
deleted file mode 100644
index 1973ea5..0000000
--- a/openwrt/package/ebtables/patches/gcc3.4-ebtables_c.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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;
- }