From 20675415ae25d5cd6585b743a7a3b5fc8476438c Mon Sep 17 00:00:00 2001 From: deraadt Date: Mon, 9 Jul 2001 06:57:42 +0000 Subject: a first pass at -Wall --- lib/libc/stdio/vprintf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/libc/stdio/vprintf.c') diff --git a/lib/libc/stdio/vprintf.c b/lib/libc/stdio/vprintf.c index f28fb601500..9a65d7ee7ec 100644 --- a/lib/libc/stdio/vprintf.c +++ b/lib/libc/stdio/vprintf.c @@ -35,11 +35,12 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: vprintf.c,v 1.2 1996/08/19 08:33:13 tholo Exp $"; +static char rcsid[] = "$OpenBSD: vprintf.c,v 1.3 2001/07/09 06:57:45 deraadt Exp $"; #endif /* LIBC_SCCS and not lint */ #include +int vprintf(fmt, ap) char const *fmt; _BSD_VA_LIST_ ap; -- cgit v1.2.3-59-g8ed1b