summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/sprintf.c
diff options
context:
space:
mode:
authortb <tb@openbsd.org>2017-11-28 06:55:49 +0000
committertb <tb@openbsd.org>2017-11-28 06:55:49 +0000
commite34cb67ca6a03d6ed8f381b6dd30bd8428efd463 (patch)
tree0541aa34ee10ea60f48c1e3edaf15b1624099e7d /lib/libc/stdio/sprintf.c
parentdocument that the 'e' command is non-portable; from kshe; ok jmc@ (diff)
downloadwireguard-openbsd-e34cb67ca6a03d6ed8f381b6dd30bd8428efd463.tar.xz
wireguard-openbsd-e34cb67ca6a03d6ed8f381b6dd30bd8428efd463.zip
GNU ld has prefixed the contents of .gnu.warning.SYMBOL sections
with "warning: " since 2003, so the messages themselves need not contain the prefix anymore. From Scott Cheloha ok jca, deraadt
Diffstat (limited to 'lib/libc/stdio/sprintf.c')
-rw-r--r--lib/libc/stdio/sprintf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/sprintf.c b/lib/libc/stdio/sprintf.c
index 51ddf95f947..935f9d77690 100644
--- a/lib/libc/stdio/sprintf.c
+++ b/lib/libc/stdio/sprintf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sprintf.c,v 1.18 2015/10/01 02:32:07 guenther Exp $ */
+/* $OpenBSD: sprintf.c,v 1.19 2017/11/28 06:55:49 tb Exp $ */
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
@@ -39,7 +39,7 @@
#if defined(APIWARN)
__warn_references(sprintf,
- "warning: sprintf() is often misused, please use snprintf()");
+ "sprintf() is often misused, please use snprintf()");
#endif
int