projects
/
openwrt
/
staging
/
adrian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6c0e6c
)
fix bad patch
author
Mike Baker
<mbm@openwrt.org>
Tue, 1 Jun 2004 05:56:33 +0000
(
05:56
+0000)
committer
Mike Baker
<mbm@openwrt.org>
Tue, 1 Jun 2004 05:56:33 +0000
(
05:56
+0000)
SVN-Revision: 52
obsolete-buildroot/sources/openwrt-linux-sch_htb.patch
patch
|
blob
|
history
diff --git
a/obsolete-buildroot/sources/openwrt-linux-sch_htb.patch
b/obsolete-buildroot/sources/openwrt-linux-sch_htb.patch
index 4a65bb756f27b800d72c1c5b8edd373126bdc199..f74168aeeae1940bfb5a4d4a52bfd5fa96cc9938 100644
(file)
--- 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);