From d8d2b0138039c72e933017096876867d031fe6e0 Mon Sep 17 00:00:00 2001 From: phk Date: Sun, 8 Aug 2004 07:57:53 +0000 Subject: Tag all geom classes in the tree with a version number. --- sys/dev/md/md.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/dev/md') diff --git a/sys/dev/md/md.c b/sys/dev/md/md.c index eb5171f..bc61930 100644 --- a/sys/dev/md/md.c +++ b/sys/dev/md/md.c @@ -123,6 +123,7 @@ static struct cdevsw mdctl_cdevsw = { struct g_class g_md_class = { .name = "MD", + .version = G_VERSION, .init = g_md_init, .fini = g_md_fini, .start = g_md_start, -- cgit v1.1