]> git.baikalelectronics.ru Git - kernel.git/commit
headers, netfilter: Use kernel type names __u8, __u16, __u32
authorBen Hutchings <ben@decadent.org.uk>
Wed, 24 Aug 2011 18:44:57 +0000 (18:44 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 26 Aug 2011 16:02:50 +0000 (12:02 -0400)
commit93a28c4336e509985cdc59b1fae8ed1893a37db5
tree597da153649ad5c1f7e0934749d96d3bb9cb3bca
parent2662e8cf6670b0b9261adfe36243a11fde26df26
headers, netfilter: Use kernel type names __u8, __u16, __u32

These types are guaranteed to be defined by <linux/types.h> for
both userland and kernel, unlike u_intN_t.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Acked-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netfilter_arp/arp_tables.h
include/linux/netfilter_ipv4/ip_tables.h
include/linux/netfilter_ipv6/ip6_tables.h