summaryrefslogtreecommitdiff
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
commitea44cc33cacda8583597a000302cd77280835f49 (patch)
tree53d2af6009adf463dd97ade8718e6906c5397b4b
parent4db847ce3c841950db186fc65e9014368d3ba123 (diff)
downloadcoreutils-ea44cc33cacda8583597a000302cd77280835f49.tar.xz
(oatoi): declare arg to be const
-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;