aboutsummaryrefslogtreecommitdiffstats
path: root/src/chgrp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/chgrp.c')
-rw-r--r--src/chgrp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chgrp.c b/src/chgrp.c
index 84f829db2..dae8ebcd2 100644
--- a/src/chgrp.c
+++ b/src/chgrp.c
@@ -76,7 +76,7 @@ static struct option const long_options[] =
/* Return the group ID of NAME, or -1 if no name was specified. */
static gid_t
-parse_group (const char *name)
+parse_group (char const *name)
{
gid_t gid = -1;