aboutsummaryrefslogtreecommitdiff
path: root/bin/ls
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>2002-10-27 17:44:33 +0000
committerGarrett Wollman <wollman@FreeBSD.org>2002-10-27 17:44:33 +0000
commit688dfe4533bf3e4087fd3d229282b4ba19cf0216 (patch)
treec515d191c45e241621123bbd9bbb4eb3a4ca7a1a /bin/ls
parentcfe6d7e9130bee5de0e6808fbb71764c60a80a52 (diff)
downloadsrc-688dfe4533bf3e4087fd3d229282b4ba19cf0216.tar.gz
src-688dfe4533bf3e4087fd3d229282b4ba19cf0216.zip
Do not include <sys/syslimits.h> directly; it is not intended for general
consumption.
Notes
Notes: svn path=/head/; revision=106053
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 cddbb7955b43..a8d76072df56 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>