summaryrefslogtreecommitdiffstats
path: root/sys/net/if_vlan.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/if_vlan.c')
-rw-r--r--sys/net/if_vlan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if_vlan.c b/sys/net/if_vlan.c
index 3bc3b67..d76fbdc 100644
--- a/sys/net/if_vlan.c
+++ b/sys/net/if_vlan.c
@@ -762,7 +762,7 @@ vlan_modevent(module_t mod, int type, void *data)
static moduledata_t vlan_mod = {
"if_vlan",
vlan_modevent,
- 0
+ NULL
};
DECLARE_MODULE(if_vlan, vlan_mod, SI_SUB_PSEUDO, SI_ORDER_ANY);
OpenPOWER on IntegriCloud