projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ddc1ac
)
pkt_sched: type should be __u32 in header
author
Chuck Ebbert
<cebbert@redhat.com>
Wed, 11 Feb 2009 01:18:17 +0000
(17:18 -0800)
committer
David S. Miller
<davem@davemloft.net>
Wed, 11 Feb 2009 01:18:17 +0000
(17:18 -0800)
Using u32 in this header breaks the build of iptables.
Signed-off-by: Chuck Ebbert <cebbert@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/pkt_sched.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/pkt_sched.h
b/include/linux/pkt_sched.h
index b2648e8e4987549d1b9be26f5f2feab01be3cb24..d51a2b3e221e76a6146fddf8050b2891f809dbb4 100644
(file)
--- a/
include/linux/pkt_sched.h
+++ b/
include/linux/pkt_sched.h
@@
-515,7
+515,7
@@
enum
struct tc_drr_stats
{
-
u32
deficit;
+
__u32
deficit;
};
#endif