From 252697d243d2243aa75a3749f6af8dd8025e09c6 Mon Sep 17 00:00:00 2001 From: tholo Date: Mon, 25 Mar 1996 23:10:34 +0000 Subject: [PATCH] Add const qualifier to match prototype --- lib/libc/stdio/flags.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.20.1