From 3b2c28081a36d98d9659901db54aee6c25c941d8 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Wed, 11 Jun 2003 21:05:10 +0000 Subject: oops --- lib/libc/stdio/vsprintf.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lib/libc/stdio/vsprintf.c') diff --git a/lib/libc/stdio/vsprintf.c b/lib/libc/stdio/vsprintf.c index e3c099d0fb4..97010c5fc6e 100644 --- a/lib/libc/stdio/vsprintf.c +++ b/lib/libc/stdio/vsprintf.c @@ -31,15 +31,12 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: vsprintf.c,v 1.6 2003/06/11 21:03:10 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: vsprintf.c,v 1.7 2003/06/11 21:05:09 deraadt Exp $"; #endif /* LIBC_SCCS and not lint */ #include #include -__warn_references(vsprintf, - "warning: vsprintf() is often misused, please use vsnprintf()"); - int vsprintf(str, fmt, ap) char *str; -- cgit v1.2.3