Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -515,7 +515,7 @@ enum

struct tc_drr_stats
{
	u32	deficit;
	__u32	deficit;
};

#endif