From ceb08698f2ab235d37571dd8489ae8313efcbfb7 Mon Sep 17 00:00:00 2001 From: kevlo Date: Wed, 10 Oct 2012 08:36:38 +0000 Subject: Revert previous commit... Pointyhat to: kevlo (myself) --- sys/net/if_ethersubr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/net/if_ethersubr.c') diff --git a/sys/net/if_ethersubr.c b/sys/net/if_ethersubr.c index 39413a5..ba47194 100644 --- a/sys/net/if_ethersubr.c +++ b/sys/net/if_ethersubr.c @@ -1237,7 +1237,7 @@ ether_modevent(module_t mod, int type, void *data) static moduledata_t ether_mod = { "ether", ether_modevent, - NULL + 0 }; void -- cgit v1.1