summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/vprintf.c
diff options
context:
space:
mode:
authorjraynard <jraynard@FreeBSD.org>1996-06-12 22:59:55 +0000
committerjraynard <jraynard@FreeBSD.org>1996-06-12 22:59:55 +0000
commite85e320a9e0511f35e7d9e062f18561014e59770 (patch)
treecfe4e5c175af1b86f8edd90380fb043a65690b52 /lib/libc/stdio/vprintf.c
parent4a395602dc927c2e081ae681cefecd87fe5ca3b1 (diff)
downloadFreeBSD-src-e85e320a9e0511f35e7d9e062f18561014e59770.zip
FreeBSD-src-e85e320a9e0511f35e7d9e062f18561014e59770.tar.gz
Code cleanup:-
The usual stuff, adding missing function prototypes, argument types, return values, etc. This directory now compiles with no warnings with -Wall on gcc2.6.3!
Diffstat (limited to 'lib/libc/stdio/vprintf.c')
-rw-r--r--lib/libc/stdio/vprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/vprintf.c b/lib/libc/stdio/vprintf.c
index f8184bb..069411e 100644
--- a/lib/libc/stdio/vprintf.c
+++ b/lib/libc/stdio/vprintf.c
@@ -40,7 +40,7 @@ static char sccsid[] = "@(#)vprintf.c 8.1 (Berkeley) 6/4/93";
#include <stdio.h>
-vprintf(fmt, ap)
+int vprintf(fmt, ap)
char const *fmt;
_BSD_VA_LIST_ ap;
{
OpenPOWER on IntegriCloud