diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-09-07 17:24:47 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-09-07 17:24:47 +0000 |
commit | 11c655295c78970d67bc5ee661076743957d8ffb (patch) | |
tree | e5afeaa3728657f54799a54221f43a8f8c73f612 /busybox.def.h | |
parent | 44e384034380bde803ec444418532a315e8589e8 (diff) | |
download | busybox-w32-11c655295c78970d67bc5ee661076743957d8ffb.tar.gz busybox-w32-11c655295c78970d67bc5ee661076743957d8ffb.tar.bz2 busybox-w32-11c655295c78970d67bc5ee661076743957d8ffb.zip |
New ls sorting patch, as written by Sterling Huxley, and then updated
by kent robotti. I then updated it to use my_getpwuid and my_getgrgid
(per busybox policy).
-Erik
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/busybox.def.h b/busybox.def.h index f88851af5..c70948d06 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -161,7 +161,7 @@ | |||
161 | #define BB_FEATURE_LS_FILETYPES | 161 | #define BB_FEATURE_LS_FILETYPES |
162 | // | 162 | // |
163 | // sort the file names (still a bit buggy) | 163 | // sort the file names (still a bit buggy) |
164 | //#define BB_FEATURE_LS_SORTFILES | 164 | #define BB_FEATURE_LS_SORTFILES |
165 | // | 165 | // |
166 | // enable ls -R | 166 | // enable ls -R |
167 | #define BB_FEATURE_LS_RECURSIVE | 167 | #define BB_FEATURE_LS_RECURSIVE |