All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch] pkt_sched: type should be __u32 in header
@ 2009-02-10 20:26 Chuck Ebbert
  2009-02-11  1:18 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Chuck Ebbert @ 2009-02-10 20:26 UTC (permalink / raw)
  To: Patrick McHardy; +Cc: netdev

Using u32 in this header breaks the build of iptables.

Signed-off-by: Chuck Ebbert <cebbert@redhat.com>

Index: linux-2.6.28.noarch/include/linux/pkt_sched.h
===================================================================
--- linux-2.6.28.noarch.orig/include/linux/pkt_sched.h
+++ linux-2.6.28.noarch/include/linux/pkt_sched.h
@@ -515,7 +515,7 @@ enum
 
 struct tc_drr_stats
 {
-	u32	deficit;
+	__u32	deficit;
 };
 
 #endif

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [patch] pkt_sched: type should be __u32 in header
  2009-02-10 20:26 [patch] pkt_sched: type should be __u32 in header Chuck Ebbert
@ 2009-02-11  1:18 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2009-02-11  1:18 UTC (permalink / raw)
  To: cebbert; +Cc: kaber, netdev

From: Chuck Ebbert <cebbert@redhat.com>
Date: Tue, 10 Feb 2009 15:26:23 -0500

> Using u32 in this header breaks the build of iptables.
> 
> Signed-off-by: Chuck Ebbert <cebbert@redhat.com>

Applied, thanks Chuck.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-02-11  1:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-10 20:26 [patch] pkt_sched: type should be __u32 in header Chuck Ebbert
2009-02-11  1:18 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.