summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/uapi/linux/netfilter_bridge/ebtables.h6
-rw-r--r--usr/include/Makefile1
2 files changed, 3 insertions, 4 deletions
diff --git a/include/uapi/linux/netfilter_bridge/ebtables.h b/include/uapi/linux/netfilter_bridge/ebtables.h
index 3b86c14ea49d..8076c940ffeb 100644
--- a/include/uapi/linux/netfilter_bridge/ebtables.h
+++ b/include/uapi/linux/netfilter_bridge/ebtables.h
@@ -123,7 +123,7 @@ struct ebt_entry_match {
123 union { 123 union {
124 struct { 124 struct {
125 char name[EBT_EXTENSION_MAXNAMELEN]; 125 char name[EBT_EXTENSION_MAXNAMELEN];
126 uint8_t revision; 126 __u8 revision;
127 }; 127 };
128 struct xt_match *match; 128 struct xt_match *match;
129 } u; 129 } u;
@@ -136,7 +136,7 @@ struct ebt_entry_watcher {
136 union { 136 union {
137 struct { 137 struct {
138 char name[EBT_EXTENSION_MAXNAMELEN]; 138 char name[EBT_EXTENSION_MAXNAMELEN];
139 uint8_t revision; 139 __u8 revision;
140 }; 140 };
141 struct xt_target *watcher; 141 struct xt_target *watcher;
142 } u; 142 } u;
@@ -149,7 +149,7 @@ struct ebt_entry_target {
149 union { 149 union {
150 struct { 150 struct {
151 char name[EBT_EXTENSION_MAXNAMELEN]; 151 char name[EBT_EXTENSION_MAXNAMELEN];
152 uint8_t revision; 152 __u8 revision;
153 }; 153 };
154 struct xt_target *target; 154 struct xt_target *target;
155 } u; 155 } u;
diff --git a/usr/include/Makefile b/usr/include/Makefile
index 1fb6abe29b2f..379cc5abc162 100644
--- a/usr/include/Makefile
+++ b/usr/include/Makefile
@@ -38,7 +38,6 @@ header-test- += linux/ivtv.h
38header-test- += linux/jffs2.h 38header-test- += linux/jffs2.h
39header-test- += linux/kexec.h 39header-test- += linux/kexec.h
40header-test- += linux/matroxfb.h 40header-test- += linux/matroxfb.h
41header-test- += linux/netfilter_bridge/ebtables.h
42header-test- += linux/netfilter_ipv4/ipt_LOG.h 41header-test- += linux/netfilter_ipv4/ipt_LOG.h
43header-test- += linux/netfilter_ipv6/ip6t_LOG.h 42header-test- += linux/netfilter_ipv6/ip6t_LOG.h
44header-test- += linux/nfc.h 43header-test- += linux/nfc.h