summaryrefslogtreecommitdiffstats
path: root/include/linux/pkt_sched.h
diff options
context:
space:
mode:
authorChuck Ebbert2009-02-11 02:18:17 +0100
committerDavid S. Miller2009-02-11 02:18:17 +0100
commite672f7db767156bf71adf9c592cfe81b339523d6 (patch)
tree96ad97a5a3904c069b0f6797bd7f05ef633428ba /include/linux/pkt_sched.h
parentPhonet: do not compute unused value (diff)
downloadkernel-qcow2-linux-e672f7db767156bf71adf9c592cfe81b339523d6.tar.gz
kernel-qcow2-linux-e672f7db767156bf71adf9c592cfe81b339523d6.tar.xz
kernel-qcow2-linux-e672f7db767156bf71adf9c592cfe81b339523d6.zip
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.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
struct tc_drr_stats
{
- u32 deficit;
+ __u32 deficit;
};
#endif