Skip to content

Commit

Permalink
pkt_sched: type should be __u32 in header
Browse files Browse the repository at this point in the history
Using u32 in this header breaks the build of iptables.

Signed-off-by: Chuck Ebbert <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
Chuck Ebbert authored and davem330 committed Feb 11, 2009
1 parent 2ddc1ac commit e672f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/pkt_sched.h
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ enum

struct tc_drr_stats
{
u32 deficit;
__u32 deficit;
};

#endif

0 comments on commit e672f7d

Please sign in to comment.