summaryrefslogtreecommitdiffstats
path: root/include/errno.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/errno.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/errno.h')
-rw-r--r--include/errno.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/errno.h b/include/errno.h
index 7675a45e45b..b1ca3427ba2 100644
--- a/include/errno.h
+++ b/include/errno.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: errno.h,v 1.1 2005/12/28 16:33:56 millert Exp $ */
+/* $OpenBSD: errno.h,v 1.2 2012/12/05 23:19:57 deraadt Exp $ */
/*
* Copyright (c) 1982, 1986, 1989, 1993
@@ -39,7 +39,6 @@
#ifndef _ERRNO_H_
#define _ERRNO_H_
-#include <sys/cdefs.h>
#include <sys/errno.h>
__BEGIN_DECLS