From 1929d8d4f7801e9491a7ef9d8cfd2983cea84a30 Mon Sep 17 00:00:00 2001 From: deraadt Date: Wed, 11 Jun 2003 21:05:09 +0000 Subject: oops --- lib/libc/stdio/sprintf.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lib/libc/stdio/sprintf.c') diff --git a/lib/libc/stdio/sprintf.c b/lib/libc/stdio/sprintf.c index ebeda39755a..ba8cc70fe04 100644 --- a/lib/libc/stdio/sprintf.c +++ b/lib/libc/stdio/sprintf.c @@ -31,7 +31,7 @@ */ #if defined(LIBC_SCCS) && !defined(lint) -static char rcsid[] = "$OpenBSD: sprintf.c,v 1.7 2003/06/11 21:03:10 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: sprintf.c,v 1.8 2003/06/11 21:05:09 deraadt Exp $"; #endif /* LIBC_SCCS and not lint */ #include @@ -39,8 +39,6 @@ static char rcsid[] = "$OpenBSD: sprintf.c,v 1.7 2003/06/11 21:03:10 deraadt Exp #include #include "local.h" -__warn_references(sprintf, "warning: sprintf() is often misused, please use snprintf()"); - int sprintf(char *str, char const *fmt, ...) { -- cgit v1.2.3-59-g8ed1b