diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2001-03-13 05:55:43 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2001-03-13 05:55:43 +0000 |
| commit | e793f3a0e001353a2f6f6078e561f495d38fdf21 (patch) | |
| tree | e680e19b4144ff4bb7591e181a20734c8987e333 /sys/dev | |
| parent | b2c774aff48373e1f257be11e7c6ec822f8c5709 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/vinum/vinum.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/vinum/vinum.c b/sys/dev/vinum/vinum.c index 1c639f625680..4b7089c800a6 100644 --- a/sys/dev/vinum/vinum.c +++ b/sys/dev/vinum/vinum.c @@ -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, |
