summaryrefslogtreecommitdiffstats
path: root/usr.bin/nl
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2015-01-21 22:28:09 +0000
committerderaadt <deraadt@openbsd.org>2015-01-21 22:28:09 +0000
commit897ede797d955718e9d3b758932f97a0cee27378 (patch)
tree6acb93c53e16634605138c35c02da03e4d94ca34 /usr.bin/nl
parentremove #if 0 cdefs.h blocks (diff)
downloadwireguard-openbsd-897ede797d955718e9d3b758932f97a0cee27378.tar.xz
wireguard-openbsd-897ede797d955718e9d3b758932f97a0cee27378.zip
Do not need sys/cdefs.h
Diffstat (limited to 'usr.bin/nl')
-rw-r--r--usr.bin/nl/nl.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/nl/nl.c b/usr.bin/nl/nl.c
index 1d8a723e469..2d33967b901 100644
--- a/usr.bin/nl/nl.c
+++ b/usr.bin/nl/nl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: nl.c,v 1.3 2014/05/20 01:25:23 guenther Exp $ */
+/* $OpenBSD: nl.c,v 1.4 2015/01/21 22:28:09 deraadt Exp $ */
/* $NetBSD: nl.c,v 1.11 2011/08/16 12:00:46 christos Exp $ */
/*-
@@ -30,8 +30,6 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-#include <sys/cdefs.h>
-
#include <err.h>
#include <errno.h>
#include <limits.h>