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/geom/geom_fox.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/geom/geom_fox.c') diff --git a/sys/geom/geom_fox.c b/sys/geom/geom_fox.c index f112d86..76255e2 100644 --- a/sys/geom/geom_fox.c +++ b/sys/geom/geom_fox.c @@ -460,6 +460,7 @@ g_fox_destroy_geom(struct gctl_req *req, struct g_class *mp, struct g_geom *gp) static struct g_class g_fox_class = { .name = FOX_CLASS_NAME, + .version = G_VERSION, .taste = g_fox_taste, .destroy_geom = g_fox_destroy_geom, .start = g_fox_start, -- cgit v1.1