summaryrefslogtreecommitdiff
path: root/include/linux/netfilter/xt_TCPOPTSTRIP.h
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2010-12-15 21:58:53 (GMT)
committerPatrick McHardy <kaber@trash.net>2010-12-15 21:58:53 (GMT)
commitf1c722295e029eace7960fc687efd5afd67dc555 (patch)
tree84b24d3dbecde3947520999a2ed297891eae4d5c /include/linux/netfilter/xt_TCPOPTSTRIP.h
parentb880c1f077000956b9f475d5f3b6c5e45ff2e342 (diff)
downloadlinux-fsl-qoriq-f1c722295e029eace7960fc687efd5afd67dc555.tar.xz
netfilter: xtables: use guarded types
We are supposed to use the kernel's own types in userspace exports. Signed-off-by: Jan Engelhardt <jengelh@medozas.de> Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'include/linux/netfilter/xt_TCPOPTSTRIP.h')
-rw-r--r--include/linux/netfilter/xt_TCPOPTSTRIP.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/netfilter/xt_TCPOPTSTRIP.h b/include/linux/netfilter/xt_TCPOPTSTRIP.h
index 2db5432..342ef14 100644
--- a/include/linux/netfilter/xt_TCPOPTSTRIP.h
+++ b/include/linux/netfilter/xt_TCPOPTSTRIP.h
@@ -7,7 +7,7 @@
(((1U << (idx & 31)) & bmap[(idx) >> 5]) != 0)
struct xt_tcpoptstrip_target_info {
- u_int32_t strip_bmap[8];
+ __u32 strip_bmap[8];
};
#endif /* _XT_TCPOPTSTRIP_H */