summaryrefslogtreecommitdiffstats
path: root/include/unistd.h
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 /include/unistd.h
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 'include/unistd.h')
-rw-r--r--include/unistd.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/unistd.h b/include/unistd.h
index c4a2fa92775..6609fbcf42b 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: unistd.h,v 1.73 2012/06/21 00:56:59 guenther Exp $ */
+/* $OpenBSD: unistd.h,v 1.74 2012/12/05 23:19:57 deraadt Exp $ */
/* $NetBSD: unistd.h,v 1.26.4.1 1996/05/28 02:31:51 mrg Exp $ */
/*-
@@ -35,7 +35,6 @@
#ifndef _UNISTD_H_
#define _UNISTD_H_
-#include <sys/cdefs.h>
#include <sys/types.h>
#include <sys/unistd.h>