diff options
-rw-r--r-- | coreutils/ls.c | 6 | ||||
-rw-r--r-- | ls.c | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/coreutils/ls.c b/coreutils/ls.c index 4377256f6..b7329dfdf 100644 --- a/coreutils/ls.c +++ b/coreutils/ls.c | |||
@@ -433,7 +433,7 @@ void showdirs(struct dnode **dn, int ndirs) | |||
433 | { | 433 | { |
434 | int i, nfiles; | 434 | int i, nfiles; |
435 | struct dnode **subdnp; | 435 | struct dnode **subdnp; |
436 | #ifdef BB_FEATURE_LS_SORTFILES | 436 | #ifdef BB_FEATURE_LS_RECURSIVE |
437 | int dndirs; | 437 | int dndirs; |
438 | struct dnode **dnd; | 438 | struct dnode **dnd; |
439 | #endif | 439 | #endif |
@@ -529,8 +529,10 @@ int list_single(struct dnode *dn) | |||
529 | char *filetime; | 529 | char *filetime; |
530 | time_t ttime, age; | 530 | time_t ttime, age; |
531 | #endif | 531 | #endif |
532 | #ifdef BB_FEATURE_LS_FILETYPES | 532 | #if defined (BB_FEATURE_LS_FILETYPES) || defined (BB_FEATURE_LS_USERNAME) |
533 | struct stat info; | 533 | struct stat info; |
534 | #endif | ||
535 | #ifdef BB_FEATURE_LS_FILETYPES | ||
534 | char append; | 536 | char append; |
535 | #endif | 537 | #endif |
536 | 538 | ||
@@ -433,7 +433,7 @@ void showdirs(struct dnode **dn, int ndirs) | |||
433 | { | 433 | { |
434 | int i, nfiles; | 434 | int i, nfiles; |
435 | struct dnode **subdnp; | 435 | struct dnode **subdnp; |
436 | #ifdef BB_FEATURE_LS_SORTFILES | 436 | #ifdef BB_FEATURE_LS_RECURSIVE |
437 | int dndirs; | 437 | int dndirs; |
438 | struct dnode **dnd; | 438 | struct dnode **dnd; |
439 | #endif | 439 | #endif |
@@ -529,8 +529,10 @@ int list_single(struct dnode *dn) | |||
529 | char *filetime; | 529 | char *filetime; |
530 | time_t ttime, age; | 530 | time_t ttime, age; |
531 | #endif | 531 | #endif |
532 | #ifdef BB_FEATURE_LS_FILETYPES | 532 | #if defined (BB_FEATURE_LS_FILETYPES) || defined (BB_FEATURE_LS_USERNAME) |
533 | struct stat info; | 533 | struct stat info; |
534 | #endif | ||
535 | #ifdef BB_FEATURE_LS_FILETYPES | ||
534 | char append; | 536 | char append; |
535 | #endif | 537 | #endif |
536 | 538 | ||