aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/geom_aes.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2004-08-08 07:57:53 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2004-08-08 07:57:53 +0000
commit5721c9c76a4ab8ff2d7f9d6a9811d8f647b7d3b6 (patch)
treed9423ca6b8d093758129ff8a20dd92bfe60b75d8 /sys/geom/geom_aes.c
parent7acae2155e4465929338b41204c560b5f3702578 (diff)
downloadsrc-5721c9c76a4ab8ff2d7f9d6a9811d8f647b7d3b6.tar.gz
src-5721c9c76a4ab8ff2d7f9d6a9811d8f647b7d3b6.zip
Tag all geom classes in the tree with a version number.
Notes
Notes: svn path=/head/; revision=133318
Diffstat (limited to 'sys/geom/geom_aes.c')
-rw-r--r--sys/geom/geom_aes.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/geom/geom_aes.c b/sys/geom/geom_aes.c
index ea0ce52f61b8..db073d4f13fa 100644
--- a/sys/geom/geom_aes.c
+++ b/sys/geom/geom_aes.c
@@ -364,6 +364,7 @@ g_aes_taste(struct g_class *mp, struct g_provider *pp, int flags __unused)
static struct g_class g_aes_class = {
.name = AES_CLASS_NAME,
+ .version = G_VERSION,
.taste = g_aes_taste,
.start = g_aes_start,
.orphan = g_aes_orphan,