diff options
author | phk <phk@FreeBSD.org> | 2004-08-08 07:57:53 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2004-08-08 07:57:53 +0000 |
commit | d8d2b0138039c72e933017096876867d031fe6e0 (patch) | |
tree | d9423ca6b8d093758129ff8a20dd92bfe60b75d8 /sys/geom/geom_disk.c | |
parent | d915b8a2f09d2060de592b418c6f64745462aaea (diff) | |
download | FreeBSD-src-d8d2b0138039c72e933017096876867d031fe6e0.zip FreeBSD-src-d8d2b0138039c72e933017096876867d031fe6e0.tar.gz |
Tag all geom classes in the tree with a version number.
Diffstat (limited to 'sys/geom/geom_disk.c')
-rw-r--r-- | sys/geom/geom_disk.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/geom/geom_disk.c b/sys/geom/geom_disk.c index eed2bda..bf101e6 100644 --- a/sys/geom/geom_disk.c +++ b/sys/geom/geom_disk.c @@ -67,6 +67,7 @@ static g_dumpconf_t g_disk_dumpconf; struct g_class g_disk_class = { .name = "DISK", + .version = G_VERSION, .init = g_disk_init, .fini = g_disk_fini, .start = g_disk_start, |