summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/modechange.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/modechange.c b/lib/modechange.c
index 10e65fbfa..a2568e549 100644
--- a/lib/modechange.c
+++ b/lib/modechange.c
@@ -59,7 +59,7 @@ char *malloc;
octal number S. If S is not an octal number, return -1. */
static int
-oatoi (char *s)
+oatoi (const char *s)
{
register int i;