headers, netfilter: Use kernel type names __u8, __u16, __u32
authorBen Hutchings <[email protected]>
Wed, 24 Aug 2011 18:44:57 +0000 (18:44 +0000)
committerDavid S. Miller <[email protected]>
Fri, 26 Aug 2011 16:02:50 +0000 (12:02 -0400)
commit7ff30c43f316f1febcfb6e84d511ab34ea433e7b
tree597da153649ad5c1f7e0934749d96d3bb9cb3bca
parentbcb949b8847655516ba499ca75cd8529f167e360
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 <[email protected]>
Acked-by: Patrick McHardy <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
include/linux/netfilter_arp/arp_tables.h
include/linux/netfilter_ipv4/ip_tables.h
include/linux/netfilter_ipv6/ip6_tables.h