summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_sunlabel.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/geom/geom_sunlabel.c')
-rw-r--r--sys/geom/geom_sunlabel.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/geom/geom_sunlabel.c b/sys/geom/geom_sunlabel.c
index 0e77734..80da2e5 100644
--- a/sys/geom/geom_sunlabel.c
+++ b/sys/geom/geom_sunlabel.c
@@ -221,9 +221,8 @@ g_sunlabel_taste(struct g_class *mp, struct g_provider *pp, int flags)
}
static struct g_class g_sunlabel_class = {
- SUNLABEL_CLASS_NAME,
- g_sunlabel_taste,
- NULL,
+ .name = SUNLABEL_CLASS_NAME,
+ .taste = g_sunlabel_taste,
G_CLASS_INITIALIZER
};
OpenPOWER on IntegriCloud