summaryrefslogtreecommitdiff
path: root/include/linux/netfilter_ipv6/ip6t_REJECT.h
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2011-01-18 09:33:09 +0300
committerJan Engelhardt <jengelh@medozas.de>2011-01-18 09:33:09 +0300
commit0260c1dccc6a1018f8cf2c4778dffb47fc5d1c4c (patch)
tree25d7ac63c53e38444eba069f85cdf8b76b84c410 /include/linux/netfilter_ipv6/ip6t_REJECT.h
parent1cc34c30be0e27d4ba8c1ce04a8a4f46c927d121 (diff)
downloadlinux-0260c1dccc6a1018f8cf2c4778dffb47fc5d1c4c.tar.xz
netfilter: xtables: use __uXX guarded types for userspace exports
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'include/linux/netfilter_ipv6/ip6t_REJECT.h')
-rw-r--r--include/linux/netfilter_ipv6/ip6t_REJECT.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/netfilter_ipv6/ip6t_REJECT.h b/include/linux/netfilter_ipv6/ip6t_REJECT.h
index 6be6504162bb..b999aa4e5969 100644
--- a/include/linux/netfilter_ipv6/ip6t_REJECT.h
+++ b/include/linux/netfilter_ipv6/ip6t_REJECT.h
@@ -12,7 +12,7 @@ enum ip6t_reject_with {
};
struct ip6t_reject_info {
- u_int32_t with; /* reject type */
+ __u32 with; /* reject type */
};
#endif /*_IP6T_REJECT_H*/