aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/gate
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/gate
parent7acae2155e4465929338b41204c560b5f3702578 (diff)
Notes
Diffstat (limited to 'sys/geom/gate')
-rw-r--r--sys/geom/gate/g_gate.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/geom/gate/g_gate.c b/sys/geom/gate/g_gate.c
index f70068f31959..bf756595904f 100644
--- a/sys/geom/gate/g_gate.c
+++ b/sys/geom/gate/g_gate.c
@@ -60,6 +60,7 @@ static int g_gate_destroy_geom(struct gctl_req *, struct g_class *,
struct g_geom *);
struct g_class g_gate_class = {
.name = G_GATE_CLASS_NAME,
+ .version = G_VERSION,
.destroy_geom = g_gate_destroy_geom
};