summaryrefslogtreecommitdiff
path: root/include/uapi/linux/netfilter_bridge/ebt_among.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/uapi/linux/netfilter_bridge/ebt_among.h')
-rw-r--r--include/uapi/linux/netfilter_bridge/ebt_among.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/netfilter_bridge/ebt_among.h b/include/uapi/linux/netfilter_bridge/ebt_among.h
index 73b26a280c4f..9acf757bc1f7 100644
--- a/include/uapi/linux/netfilter_bridge/ebt_among.h
+++ b/include/uapi/linux/netfilter_bridge/ebt_among.h
@@ -40,7 +40,7 @@ struct ebt_mac_wormhash_tuple {
struct ebt_mac_wormhash {
int table[257];
int poolsize;
- struct ebt_mac_wormhash_tuple pool[];
+ struct ebt_mac_wormhash_tuple pool[0];
};
#define ebt_mac_wormhash_size(x) ((x) ? sizeof(struct ebt_mac_wormhash) \