From c6eaa6fd0acd5ac7c5afb2717ee167abbbdff604 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 9 Sep 1998 15:39:13 +0000 Subject: [PATCH] (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 10e65fbfad..a2568e5490 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; -- 2.30.2