From: Chuck Ebbert Date: Wed, 11 Feb 2009 01:18:17 +0000 (-0800) Subject: pkt_sched: type should be __u32 in header X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=e672f7db767156bf71adf9c592cfe81b339523d6;p=linux-beck.git pkt_sched: type should be __u32 in header Using u32 in this header breaks the build of iptables. Signed-off-by: Chuck Ebbert Signed-off-by: David S. Miller --- 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