diff options
author | 2003-06-11 21:05:09 +0000 | |
---|---|---|
committer | 2003-06-11 21:05:09 +0000 | |
commit | 1929d8d4f7801e9491a7ef9d8cfd2983cea84a30 (patch) | |
tree | 2e7359e8cd77105d719b568184accf3965fface0 /lib/libc/stdio/vsprintf.c | |
parent | ansification; checked by pval (diff) | |
download | wireguard-openbsd-1929d8d4f7801e9491a7ef9d8cfd2983cea84a30.tar.xz wireguard-openbsd-1929d8d4f7801e9491a7ef9d8cfd2983cea84a30.zip |
oops
Diffstat (limited to 'lib/libc/stdio/vsprintf.c')
-rw-r--r-- | lib/libc/stdio/vsprintf.c | 5 |
1 files changed, 1 insertions, 4 deletions
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 <stdio.h> #include <limits.h> -__warn_references(vsprintf, - "warning: vsprintf() is often misused, please use vsnprintf()"); - int vsprintf(str, fmt, ap) char *str; |