summaryrefslogtreecommitdiffstats
path: root/sys/net/if_stf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/if_stf.c')
-rw-r--r--sys/net/if_stf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if_stf.c b/sys/net/if_stf.c
index 863973f..b19c855 100644
--- a/sys/net/if_stf.c
+++ b/sys/net/if_stf.c
@@ -301,7 +301,7 @@ stfmodevent(mod, type, data)
static moduledata_t stf_mod = {
"if_stf",
stfmodevent,
- NULL
+ 0
};
DECLARE_MODULE(if_stf, stf_mod, SI_SUB_PSEUDO, SI_ORDER_ANY);
OpenPOWER on IntegriCloud