aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2004-06-01 05:56:33 +0000
committerMike Baker <mbm@openwrt.org>2004-06-01 05:56:33 +0000
commit90db542cbf00ee9b01a5887dd8f2d8ae8dd10e96 (patch)
tree10fca1268bac5b74a7608d0f60006862583a87aa
parentf1282c3bf4d335982dd24f72ddc8aacb0d31f979 (diff)
downloadupstream-90db542cbf00ee9b01a5887dd8f2d8ae8dd10e96.tar.gz
upstream-90db542cbf00ee9b01a5887dd8f2d8ae8dd10e96.tar.bz2
upstream-90db542cbf00ee9b01a5887dd8f2d8ae8dd10e96.zip
fix bad patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@52 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--obsolete-buildroot/sources/openwrt-linux-sch_htb.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/obsolete-buildroot/sources/openwrt-linux-sch_htb.patch b/obsolete-buildroot/sources/openwrt-linux-sch_htb.patch
index 4a65bb756f2..f74168aeeae 100644
--- a/obsolete-buildroot/sources/openwrt-linux-sch_htb.patch
+++ b/obsolete-buildroot/sources/openwrt-linux-sch_htb.patch
@@ -555,16 +555,16 @@
if (hopt->quantum)
--- src/linux/linux/include/net/pkt_cls.h 2003-07-04 01:12:28.000000000 -0700
+++ src/linux/linux.2.4.26/include/net/pkt_cls.h 2004-05-10 22:21:40.000000000 -0700
-@@ -77,11 +77,7 @@
+@@ -77,7 +77,11 @@
return -1;
}
+-
+static inline void tcf_destroy(struct tcf_proto *tp)
+{
+ tp->ops->destroy(tp);
+ kfree(tp);
+}
--
extern int register_tcf_proto_ops(struct tcf_proto_ops *ops);
extern int unregister_tcf_proto_ops(struct tcf_proto_ops *ops);