summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2015-01-21 22:28:10 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2015-01-21 22:28:10 +0000
commit0063e21654ddf6931885174002965169f5fe7dcd (patch)
tree36dae7fb513d637979e0b5779d4fdbdcd5a7d627 /usr.bin
parentde2067196a8756ce51471691d4d64998272f9155 (diff)
Do not need sys/cdefs.h
Diffstat (limited to 'usr.bin')
-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>