(oatoi): declare arg to be const FILEUTILS-3_16x
authorJim Meyering <jim@meyering.net>
Wed, 9 Sep 1998 15:39:13 +0000 (15:39 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 9 Sep 1998 15:39:13 +0000 (15:39 +0000)
lib/modechange.c

index 10e65fb..a2568e5 100644 (file)
@@ -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;