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/nop | |
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/nop')
-rw-r--r-- | sys/geom/nop/g_nop.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/geom/nop/g_nop.c b/sys/geom/nop/g_nop.c index bedc2ef..2b4034a 100644 --- a/sys/geom/nop/g_nop.c +++ b/sys/geom/nop/g_nop.c @@ -56,6 +56,7 @@ static void g_nop_dumpconf(struct sbuf *sb, const char *indent, struct g_class g_nop_class = { .name = G_NOP_CLASS_NAME, + .version = G_VERSION, .ctlreq = g_nop_config, .destroy_geom = g_nop_destroy_geom }; |