summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/vfwprintf.c
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2015-09-29 03:19:23 +0000
committerguenther <guenther@openbsd.org>2015-09-29 03:19:23 +0000
commit09264c8b08941585fe9309bce5a1fc008be97421 (patch)
treee3614b6eaf41c507e13e0caf1786ca47c3dd2ccc /lib/libc/stdio/vfwprintf.c
parentReplace call to __ivaliduser_sa() with a pared down version that (diff)
downloadwireguard-openbsd-09264c8b08941585fe9309bce5a1fc008be97421.tar.xz
wireguard-openbsd-09264c8b08941585fe9309bce5a1fc008be97421.zip
Delete the final, inscrutable NOSTRICT and VARARGS lint comments
ok millert@
Diffstat (limited to 'lib/libc/stdio/vfwprintf.c')
-rw-r--r--lib/libc/stdio/vfwprintf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/stdio/vfwprintf.c b/lib/libc/stdio/vfwprintf.c
index 4a8cbcfe094..be83aabe7ef 100644
--- a/lib/libc/stdio/vfwprintf.c
+++ b/lib/libc/stdio/vfwprintf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vfwprintf.c,v 1.13 2015/08/31 02:53:57 guenther Exp $ */
+/* $OpenBSD: vfwprintf.c,v 1.14 2015/09/29 03:19:24 guenther Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
* All rights reserved.
@@ -812,7 +812,6 @@ fp_common:
* defined manner.''
* -- ANSI X3J11
*/
- /* NOSTRICT */
_umax = (u_long)GETARG(void *);
base = HEX;
xdigs = xdigs_lower;