summaryrefslogtreecommitdiffstats
path: root/bin/ls
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>2002-10-27 17:44:33 +0000
committerwollman <wollman@FreeBSD.org>2002-10-27 17:44:33 +0000
commitf8a79b86e60824348bdbf59e8b89a05c7daaf6d2 (patch)
treec515d191c45e241621123bbd9bbb4eb3a4ca7a1a /bin/ls
parente11ca3bf1ae8049b0bb5da0682f7cfc7969e3794 (diff)
downloadFreeBSD-src-f8a79b86e60824348bdbf59e8b89a05c7daaf6d2.zip
FreeBSD-src-f8a79b86e60824348bdbf59e8b89a05c7daaf6d2.tar.gz
Do not include <sys/syslimits.h> directly; it is not intended for general
consumption.
Diffstat (limited to 'bin/ls')
-rw-r--r--bin/ls/ls.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/ls/ls.c b/bin/ls/ls.c
index cddbb79..a8d7607 100644
--- a/bin/ls/ls.c
+++ b/bin/ls/ls.c
@@ -50,7 +50,6 @@ __FBSDID("$FreeBSD$");
#include <sys/types.h>
#include <sys/stat.h>
-#include <sys/syslimits.h>
#include <sys/ioctl.h>
#include <sys/mac.h>
OpenPOWER on IntegriCloud