diff options
author | Chuck Ebbert <cebbert@redhat.com> | 2009-02-10 20:18:17 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-02-10 20:18:17 -0500 |
commit | e672f7db767156bf71adf9c592cfe81b339523d6 (patch) | |
tree | 96ad97a5a3904c069b0f6797bd7f05ef633428ba /include/linux/pkt_sched.h | |
parent | 2ddc1ac1b9f00096869a48b97c28de72386200d2 (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/linux/pkt_sched.h')
-rw-r--r-- | include/linux/pkt_sched.h | 2 |
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 | ||
516 | struct tc_drr_stats | 516 | struct tc_drr_stats |
517 | { | 517 | { |
518 | u32 deficit; | 518 | __u32 deficit; |
519 | }; | 519 | }; |
520 | 520 | ||
521 | #endif | 521 | #endif |