summaryrefslogtreecommitdiffstats
path: root/openwrt/package/ebtables/patches/gcc3.4-ebtables_c.patch
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-06-09 01:55:14 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-06-09 01:55:14 +0000
commitdd614a2e3813fdefb313bae17b1b022dc165a0c2 (patch)
tree5aad6512a8b209c322bcc8960ee27de28e7a6121 /openwrt/package/ebtables/patches/gcc3.4-ebtables_c.patch
parentd2a2786ef6c66807ef2eeb0ecefe54947a665ad1 (diff)
update ebtables to 2.0.8-rc2 (#558)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3922 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 1973ea57f..000000000
--- 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;
- }