diff options
| author | James Raynard <jraynard@FreeBSD.org> | 1996-06-12 22:56:41 +0000 |
|---|---|---|
| committer | James Raynard <jraynard@FreeBSD.org> | 1996-06-12 22:56:41 +0000 |
| commit | 9915c09cf91756410e2e028599e9a7348944e127 (patch) | |
| tree | 53cd93022f2697f2a6164f95b52e320dd3d5e4dc /lib/libc/stdio/flags.c | |
| parent | a136e00402f1d5e1a8d9293472ba345eba2efc9b (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdio/flags.c')
| -rw-r--r-- | lib/libc/stdio/flags.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/flags.c b/lib/libc/stdio/flags.c index ee1a76cef728..6ec19e45ac6c 100644 --- a/lib/libc/stdio/flags.c +++ b/lib/libc/stdio/flags.c @@ -48,7 +48,7 @@ static char sccsid[] = "@(#)flags.c 8.1 (Berkeley) 6/4/93"; * to be passed to an open() syscall through *optr. * Return 0 on error. */ -__sflags(mode, optr) +int __sflags(mode, optr) register char *mode; int *optr; { |
