netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] uapi: netfilter_arp: use __u8 instead of u_int8_t
@ 2014-08-04  8:50 Mike Frysinger
  2014-08-24 12:54 ` Pablo Neira Ayuso
  0 siblings, 1 reply; 3+ messages in thread
From: Mike Frysinger @ 2014-08-04  8:50 UTC (permalink / raw)
  To: netfilter-devel, David S. Miller

Similarly, the u_int8_t type is non-standard and not defined.  Change
it to use __u8 like the rest of the netfilter headers.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
 include/uapi/linux/netfilter_arp/arpt_mangle.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/uapi/linux/netfilter_arp/arpt_mangle.h b/include/uapi/linux/netfilter_arp/arpt_mangle.h
index 250f502..8c2b16a 100644
--- a/include/uapi/linux/netfilter_arp/arpt_mangle.h
+++ b/include/uapi/linux/netfilter_arp/arpt_mangle.h
@@ -13,7 +13,7 @@ struct arpt_mangle
 	union {
 		struct in_addr tgt_ip;
 	} u_t;
-	u_int8_t flags;
+	__u8 flags;
 	int target;
 };
 
-- 
2.0.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread
[parent not found: <1390358414-8844-1-git-send-email-vapier@gentoo.org>]

end of thread, other threads:[~2014-08-24 12:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-04  8:50 [PATCH] uapi: netfilter_arp: use __u8 instead of u_int8_t Mike Frysinger
2014-08-24 12:54 ` Pablo Neira Ayuso
     [not found] <1390358414-8844-1-git-send-email-vapier@gentoo.org>
2014-01-22  2:47 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).