aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChuck Ebbert <cebbert@redhat.com>2009-02-10 20:18:17 -0500
committerDavid S. Miller <davem@davemloft.net>2009-02-10 20:18:17 -0500
commite672f7db767156bf71adf9c592cfe81b339523d6 (patch)
tree96ad97a5a3904c069b0f6797bd7f05ef633428ba /include
parent2ddc1ac1b9f00096869a48b97c28de72386200d2 (diff)
pkt_sched: type should be __u32 in header
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>
Diffstat (limited to 'include')
-rw-r--r--include/linux/pkt_sched.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/pkt_sched.h b/include/linux/pkt_sched.h
index b2648e8e4987..d51a2b3e221e 100644
--- a/include/linux/pkt_sched.h
+++ b/include/linux/pkt_sched.h
@@ -515,7 +515,7 @@ enum
515 515
516struct tc_drr_stats 516struct tc_drr_stats
517{ 517{
518 u32 deficit; 518 __u32 deficit;
519}; 519};
520 520
521#endif 521#endif