summaryrefslogtreecommitdiff
path: root/bin/ls
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2012-12-04 02:27:01 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2012-12-04 02:27:01 +0000
commit20f85892d3351b08201f1f93967738442fe09389 (patch)
tree77a334b3b543168b0a311fa814d577214981661c /bin/ls
parent9023faa39fcf19063833d6308114568a7657afe7 (diff)
remove some unnecessary sys/cdefs.h inclusions
Diffstat (limited to 'bin/ls')
-rw-r--r--bin/ls/main.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/ls/main.c b/bin/ls/main.c
index 3a851919ae5..bb75ae6fdff 100644
--- a/bin/ls/main.c
+++ b/bin/ls/main.c
@@ -1,11 +1,9 @@
-/* $OpenBSD: main.c,v 1.3 2003/06/11 23:42:12 deraadt Exp $ */
+/* $OpenBSD: main.c,v 1.4 2012/12/04 02:27:00 deraadt Exp $ */
/*
* Public domain - no warranty.
*/
-#include <sys/cdefs.h>
-
int ls_main(int argc, char **argv);
int