diff options
author | Rob Landley <rob@landley.net> | 2015-05-18 19:14:53 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2015-05-18 19:14:53 -0500 |
commit | 0cb5b70fa4ef093b08e59db813e73f3be6ecef4b (patch) | |
tree | 49b1b0101dea867b1b98068fade72e2ee88c405c /toys/posix/ls.c | |
parent | 821f31d237e0232c2810a5ed90889a1ea57134fb (diff) | |
download | toybox-0cb5b70fa4ef093b08e59db813e73f3be6ecef4b.tar.gz |
Switch id over to new infrastructure, switch id to use FORCE_FLAGS, and
make lib/lsm.h auto-include from toys.h.
Diffstat (limited to 'toys/posix/ls.c')
-rw-r--r-- | toys/posix/ls.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/toys/posix/ls.c b/toys/posix/ls.c index 46a60ef7..84149e41 100644 --- a/toys/posix/ls.c +++ b/toys/posix/ls.c @@ -47,7 +47,6 @@ config LS_COLOR #define FOR_ls #include "toys.h" -#include "lib/lsm.h" // test sst output (suid/sticky in ls flaglist) |