diff --git a/sys/geom/geom_dump.c b/sys/geom/geom_dump.c index 7cdb87cba84..6139763d09c 100644 --- a/sys/geom/geom_dump.c +++ b/sys/geom/geom_dump.c @@ -208,6 +208,9 @@ g_conf_specific(struct g_class *mp, struct g_geom *gp, struct g_provider *pp, st sb = sbuf_new(NULL, NULL, 0, SBUF_AUTOEXTEND); sbuf_clear(sb); sbuf_printf(sb, "\n"); +#ifndef _KERNEL + sbuf_printf(sb, " %cFreeBSD%c\n", '$', '$'); +#endif LIST_FOREACH(mp2, &g_classes, class) { if (mp != NULL && mp != mp2) continue;