From 4a395602dc927c2e081ae681cefecd87fe5ca3b1 Mon Sep 17 00:00:00 2001 From: jraynard Date: Wed, 12 Jun 1996 22:58:21 +0000 Subject: Code cleanup:- The usual stuff, adding missing function prototypes, argument types, return values, etc. In mktemp.c, convert pid from u_int to pid_t, and get rid of "extern int errno". --- lib/libc/stdio/fvwrite.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc/stdio/fvwrite.c') diff --git a/lib/libc/stdio/fvwrite.c b/lib/libc/stdio/fvwrite.c index 3ab6279..38ddc9e 100644 --- a/lib/libc/stdio/fvwrite.c +++ b/lib/libc/stdio/fvwrite.c @@ -49,7 +49,7 @@ static char sccsid[] = "@(#)fvwrite.c 8.1 (Berkeley) 6/4/93"; * This routine is large and unsightly, but most of the ugliness due * to the three different kinds of output buffering is handled here. */ -__sfvwrite(fp, uio) +int __sfvwrite(fp, uio) register FILE *fp; register struct __suio *uio; { -- cgit v1.1