netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH] uapi: netfilter_arp: use __u8 instead of u_int8_t
       [not found] <1390358414-8844-1-git-send-email-vapier@gentoo.org>
@ 2014-01-22  2:47 ` David Miller
  0 siblings, 0 replies; 3+ messages in thread
From: David Miller @ 2014-01-22  2:47 UTC (permalink / raw)
  To: vapier; +Cc: netdev, netfilter-devel

From: Mike Frysinger <vapier@gentoo.org>
Date: Tue, 21 Jan 2014 21:40:14 -0500

> Subject: [PATCH] uapi: netfilter_arp: use __u8 instead of u_int8_t
> From:	Mike Frysinger <vapier@gentoo.org>
> To:	netdev@vger.kernel.org, "David S. Miller" <davem@davemloft.net>
> Date:	Tue, 21 Jan 2014 21:40:14 -0500
> Sender:	netdev-owner@vger.kernel.org
> X-Mailer: git-send-email 1.8.4.3
> 
> 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>

Please send netfilter changes to netfilter-devel, CC:'d.

> ---
>  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;
>  };
>  
> -- 
> 1.8.4.3
> 
> --
> To unsubscribe from this list: send the line "unsubscribe netdev" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* [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

* Re: [PATCH] uapi: netfilter_arp: use __u8 instead of u_int8_t
  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
  0 siblings, 0 replies; 3+ messages in thread
From: Pablo Neira Ayuso @ 2014-08-24 12:54 UTC (permalink / raw)
  To: Mike Frysinger; +Cc: netfilter-devel, David S. Miller

On Mon, Aug 04, 2014 at 04:50:41AM -0400, Mike Frysinger wrote:
> Similarly, the u_int8_t type is non-standard and not defined.  Change
> it to use __u8 like the rest of the netfilter headers.

Applied, thanks.


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

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).