summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter_ipv6/ip6t_mh.h
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2011-09-08 17:00:49 +0200
committerJan Engelhardt <jengelh@medozas.de>2011-09-08 17:00:49 +0200
commit62fc25fd1625f0f65b9eed3e15fe929dd0aff2c5 (patch)
tree454897aba88119dfe9aa550813aea8ef891d64f2 /include/linux/netfilter_ipv6/ip6t_mh.h
parent891d5790b3f4caeed80f1449d280617c54df8837 (diff)
parentdbe77cc974cee656eae37e75039dd1a410a4535b (diff)
Merge branch 'master' of git://dev.medozas.de/iptables
Diffstat (limited to 'include/linux/netfilter_ipv6/ip6t_mh.h')
-rw-r--r--include/linux/netfilter_ipv6/ip6t_mh.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/linux/netfilter_ipv6/ip6t_mh.h b/include/linux/netfilter_ipv6/ip6t_mh.h
index 18549bca..a7729a50 100644
--- a/include/linux/netfilter_ipv6/ip6t_mh.h
+++ b/include/linux/netfilter_ipv6/ip6t_mh.h
@@ -1,10 +1,12 @@
#ifndef _IP6T_MH_H
#define _IP6T_MH_H
+#include <linux/types.h>
+
/* MH matching stuff */
struct ip6t_mh {
- u_int8_t types[2]; /* MH type range */
- u_int8_t invflags; /* Inverse flags */
+ __u8 types[2]; /* MH type range */
+ __u8 invflags; /* Inverse flags */
};
/* Values for "invflags" field in struct ip6t_mh. */