From: tholo Date: Mon, 25 Mar 1996 23:10:34 +0000 (+0000) Subject: Add const qualifier to match prototype X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=252697d243d2243aa75a3749f6af8dd8025e09c6;p=openbsd Add const qualifier to match prototype --- 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;