summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_bridge.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netgraph/ng_bridge.h')
-rw-r--r--sys/netgraph/ng_bridge.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/ng_bridge.h b/sys/netgraph/ng_bridge.h
index e60a753..0524a96 100644
--- a/sys/netgraph/ng_bridge.h
+++ b/sys/netgraph/ng_bridge.h
@@ -130,7 +130,7 @@ struct ng_bridge_host {
/* Structure returned by NGM_BRIDGE_GET_TABLE */
struct ng_bridge_host_ary {
u_int32_t numHosts;
- struct ng_bridge_host hosts[0];
+ struct ng_bridge_host hosts[];
};
/* Keep this in sync with the above structure definition */
OpenPOWER on IntegriCloud