summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/stdio/flags.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/flags.c b/lib/libc/stdio/flags.c
index a3850bf8d48..71b401c1508 100644
--- a/lib/libc/stdio/flags.c
+++ b/lib/libc/stdio/flags.c
@@ -55,7 +55,7 @@ static char rcsid[] = "$NetBSD: flags.c,v 1.5 1995/02/02 02:09:19 jtc Exp $";
*/
int
__sflags(mode, optr)
- register char *mode;
+ register const char *mode;
int *optr;
{
register int ret, m, o;