Commit e672f7db authored by Chuck Ebbert's avatar Chuck Ebbert Committed by David S. Miller

pkt_sched: type should be __u32 in header

Using u32 in this header breaks the build of iptables.
Signed-off-by: default avatarChuck Ebbert <cebbert@redhat.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 2ddc1ac1
...@@ -515,7 +515,7 @@ enum ...@@ -515,7 +515,7 @@ enum
struct tc_drr_stats struct tc_drr_stats
{ {
u32 deficit; __u32 deficit;
}; };
#endif #endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment