From ea44cc33cacda8583597a000302cd77280835f49 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 9 Sep 1998 15:39:13 +0000 Subject: (oatoi): declare arg to be const --- lib/modechange.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3-54-g00ecf