diff options
author | wollman <wollman@FreeBSD.org> | 2002-10-27 17:44:33 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 2002-10-27 17:44:33 +0000 |
commit | f8a79b86e60824348bdbf59e8b89a05c7daaf6d2 (patch) | |
tree | c515d191c45e241621123bbd9bbb4eb3a4ca7a1a /bin | |
parent | e11ca3bf1ae8049b0bb5da0682f7cfc7969e3794 (diff) | |
download | FreeBSD-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')
-rw-r--r-- | bin/ls/ls.c | 1 |
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> |