From ef296549a5bb21d569ccd1fc9331d7b6433f87db Mon Sep 17 00:00:00 2001 From: phk Date: Tue, 17 Dec 2002 07:22:48 +0000 Subject: Constify the dumpconf() function. --- sys/geom/geom_gpt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/geom/geom_gpt.c') diff --git a/sys/geom/geom_gpt.c b/sys/geom/geom_gpt.c index 14c8483..6b046c4 100644 --- a/sys/geom/geom_gpt.c +++ b/sys/geom/geom_gpt.c @@ -113,7 +113,7 @@ g_gpt_start(struct bio *bp) } static void -g_gpt_dumpconf(struct sbuf *sb, char *indent, struct g_geom *gp, +g_gpt_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp, struct g_consumer *cp, struct g_provider *pp) { struct g_slicer *gsp = gp->softc; -- cgit v1.1