artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3dcd76
)
Add const qualifier to match prototype
author
tholo
<tholo@openbsd.org>
Mon, 25 Mar 1996 23:10:34 +0000
(23:10 +0000)
committer
tholo
<tholo@openbsd.org>
Mon, 25 Mar 1996 23:10:34 +0000
(23:10 +0000)
lib/libc/stdio/flags.c
patch
|
blob
|
history
diff --git
a/lib/libc/stdio/flags.c
b/lib/libc/stdio/flags.c
index
a3850bf
..
71b401c
100644
(file)
--- 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 c
onst c
har *mode;
int *optr;
{
register int ret, m, o;