summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/vswprintf.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2012-12-05 23:19:48 +0000
committerderaadt <deraadt@openbsd.org>2012-12-05 23:19:48 +0000
commit4a39ccd02c887d988c1a5398dd2142879056da5f (patch)
tree3f6f5ebe7c6dd542474dc26d7ceda4e4d4da28e6 /lib/libc/stdio/vswprintf.c
parentCross-reference getfsstat(2); OK jmc@ (diff)
downloadwireguard-openbsd-4a39ccd02c887d988c1a5398dd2142879056da5f.tar.xz
wireguard-openbsd-4a39ccd02c887d988c1a5398dd2142879056da5f.zip
Remove excessive sys/cdefs.h inclusion
ok guenther millert kettenis
Diffstat (limited to 'lib/libc/stdio/vswprintf.c')
-rw-r--r--lib/libc/stdio/vswprintf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/stdio/vswprintf.c b/lib/libc/stdio/vswprintf.c
index 813698b9230..da7c4deaee0 100644
--- a/lib/libc/stdio/vswprintf.c
+++ b/lib/libc/stdio/vswprintf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vswprintf.c,v 1.3 2011/04/28 17:38:46 stsp Exp $ */
+/* $OpenBSD: vswprintf.c,v 1.4 2012/12/05 23:20:01 deraadt Exp $ */
/* $NetBSD: vswprintf.c,v 1.1 2005/05/14 23:51:02 christos Exp $ */
/*
@@ -28,7 +28,6 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include <sys/cdefs.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>