summaryrefslogtreecommitdiff
path: root/lib/modechange.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-09-09 15:39:13 +0000
committerJim Meyering <jim@meyering.net>1998-09-09 15:39:13 +0000
commitc6eaa6fd0acd5ac7c5afb2717ee167abbbdff604 (patch)
tree4425124283d63353c899e9c18c81deefed8c8764 /lib/modechange.c
parente1f487780bf409cfa0e64c90b4321189d31e98da (diff)
downloadgnulib-c6eaa6fd0acd5ac7c5afb2717ee167abbbdff604.tar.gz
(oatoi): declare arg to be constFILEUTILS-3_16x
Diffstat (limited to 'lib/modechange.c')
-rw-r--r--lib/modechange.c2
1 files changed, 1 insertions, 1 deletions
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;