summaryrefslogtreecommitdiffstats
path: root/share/man/man9/module.9
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2012-10-10 08:36:38 +0000
committerkevlo <kevlo@FreeBSD.org>2012-10-10 08:36:38 +0000
commitceb08698f2ab235d37571dd8489ae8313efcbfb7 (patch)
treef558c08714a1def984e388cf1f14e3786bf01dbf /share/man/man9/module.9
parentc88713bcea5c98dce43bbbaee2f92b006fa2b6fe (diff)
downloadFreeBSD-src-ceb08698f2ab235d37571dd8489ae8313efcbfb7.zip
FreeBSD-src-ceb08698f2ab235d37571dd8489ae8313efcbfb7.tar.gz
Revert previous commit...
Pointyhat to: kevlo (myself)
Diffstat (limited to 'share/man/man9/module.9')
-rw-r--r--share/man/man9/module.92
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/module.9 b/share/man/man9/module.9
index bd072a9..055dab9 100644
--- a/share/man/man9/module.9
+++ b/share/man/man9/module.9
@@ -99,7 +99,7 @@ static int foo_handler(module_t mod, int /*modeventtype_t*/ what,
static moduledata_t mod_data= {
"foo",
foo_handler,
- NULL
+ 0
};
MODULE_VERSION(foo, 1);
OpenPOWER on IntegriCloud