diff options
Diffstat (limited to 'sys/geom/geom_io.c')
| -rw-r--r-- | sys/geom/geom_io.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/geom/geom_io.c b/sys/geom/geom_io.c index 99e824d15d51..c3e7bd16f84b 100644 --- a/sys/geom/geom_io.c +++ b/sys/geom/geom_io.c @@ -164,7 +164,7 @@ g_io_init() } int -g_io_setattr(char *attr, struct g_consumer *cp, int len, void *ptr) +g_io_setattr(const char *attr, struct g_consumer *cp, int len, void *ptr) { struct bio *bp; int error; @@ -193,7 +193,7 @@ g_io_setattr(char *attr, struct g_consumer *cp, int len, void *ptr) int -g_io_getattr(char *attr, struct g_consumer *cp, int *len, void *ptr) +g_io_getattr(const char *attr, struct g_consumer *cp, int *len, void *ptr) { struct bio *bp; int error; |
