By convention, the moduledata is static unless there is a reason for it

to not be.
This commit is contained in:
peter 2001-03-13 05:55:43 +00:00
parent 3973aeb5eb
commit 7223692dd3

View File

@ -273,7 +273,7 @@ vinum_modevent(module_t mod, modeventtype_t type, void *unused)
return 0;
}
moduledata_t vinum_mod =
static moduledata_t vinum_mod =
{
"vinum",
(modeventhand_t) vinum_modevent,