From 9915c09cf91756410e2e028599e9a7348944e127 Mon Sep 17 00:00:00 2001 From: James Raynard Date: Wed, 12 Jun 1996 22:56:41 +0000 Subject: Code cleanup:- The usual stuff, adding missing function prototypes, argument types, return values, etc. --- lib/libc/stdio/flags.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc/stdio/flags.c') 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; { -- cgit v1.3