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