summaryrefslogtreecommitdiffstats
path: root/sys/geom/geom_sunlabel.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-12-16 22:33:27 +0000
committerphk <phk@FreeBSD.org>2002-12-16 22:33:27 +0000
commitcd9caf5281a974ce67d8a16653a7751319c598f0 (patch)
tree4277245a1c753465572318c1f0e7bbd1ec48350c /sys/geom/geom_sunlabel.c
parentd975ae88c1d27ae949bace4ebe9916bc7be8afbf (diff)
downloadFreeBSD-src-cd9caf5281a974ce67d8a16653a7751319c598f0.zip
FreeBSD-src-cd9caf5281a974ce67d8a16653a7751319c598f0.tar.gz
Constification and some s/int/u_int/ changes.
Diffstat (limited to 'sys/geom/geom_sunlabel.c')
-rw-r--r--sys/geom/geom_sunlabel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/geom_sunlabel.c b/sys/geom/geom_sunlabel.c
index 715b423..576a35b0 100644
--- a/sys/geom/geom_sunlabel.c
+++ b/sys/geom/geom_sunlabel.c
@@ -78,7 +78,7 @@ g_sunlabel_start(struct bio *bp)
}
static void
-g_sunlabel_dumpconf(struct sbuf *sb, char *indent, struct g_geom *gp, struct g_consumer *cp __unused, struct g_provider *pp)
+g_sunlabel_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp, struct g_consumer *cp __unused, struct g_provider *pp)
{
struct g_slicer *gsp;
struct g_sunlabel_softc *ms;
OpenPOWER on IntegriCloud