summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2003-04-03 19:05:03 +0000
committerphk <phk@FreeBSD.org>2003-04-03 19:05:03 +0000
commitaba0028d272a9879e0f7722eba21b6473412d294 (patch)
treee5561f35a05a86b69469c57c431cf5b246011da8 /sys
parent3288c86f742dd0658a4e8cb0dc6e5ebbab94fcd0 (diff)
downloadFreeBSD-src-aba0028d272a9879e0f7722eba21b6473412d294.zip
FreeBSD-src-aba0028d272a9879e0f7722eba21b6473412d294.tar.gz
Update the initializer for GEOM_MBREXT, I overlooked it previously.
Diffstat (limited to 'sys')
-rw-r--r--sys/geom/geom_mbr.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/geom/geom_mbr.c b/sys/geom/geom_mbr.c
index cef7466..68b9fba 100644
--- a/sys/geom/geom_mbr.c
+++ b/sys/geom/geom_mbr.c
@@ -474,9 +474,8 @@ g_mbrext_taste(struct g_class *mp, struct g_provider *pp, int insist __unused)
static struct g_class g_mbrext_class = {
- MBREXT_CLASS_NAME,
- g_mbrext_taste,
- NULL,
+ .name = MBREXT_CLASS_NAME,
+ .taste = g_mbrext_taste,
G_CLASS_INITIALIZER
};
OpenPOWER on IntegriCloud