aboutsummaryrefslogtreecommitdiffstats
path: root/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
commit410831ce1112debcabbc120ecfc1431381b96b07 (patch)
tree3f7a60d66dcc7d52a22d67b45716585d391c2728 /package/ebtables/patches/gcc3.4-ebtables_c.patch
parent908e84df90b5d6f73f56f38f237653b5fea65501 (diff)
downloadmaster-187ad058-410831ce1112debcabbc120ecfc1431381b96b07.tar.gz
master-187ad058-410831ce1112debcabbc120ecfc1431381b96b07.tar.bz2
master-187ad058-410831ce1112debcabbc120ecfc1431381b96b07.zip
update ebtables to 2.0.8-rc2 (#558)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3922 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ebtables/patches/gcc3.4-ebtables_c.patch')
-rw-r--r--package/ebtables/patches/gcc3.4-ebtables_c.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/package/ebtables/patches/gcc3.4-ebtables_c.patch b/package/ebtables/patches/gcc3.4-ebtables_c.patch
deleted file mode 100644
index 1973ea57f7..0000000000
--- a/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;
- }