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) --- share/man/man9/module.9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/man/man9/module.9') 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); -- cgit v1.1