diff options
Diffstat (limited to 'coreutils')
| -rw-r--r-- | coreutils/ls.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/coreutils/ls.c b/coreutils/ls.c index e9c2e8643..f2512fb9c 100644 --- a/coreutils/ls.c +++ b/coreutils/ls.c | |||
| @@ -576,7 +576,9 @@ static struct dnode **list_dir(char *path) | |||
| 576 | static int list_single(struct dnode *dn) | 576 | static int list_single(struct dnode *dn) |
| 577 | { | 577 | { |
| 578 | int i; | 578 | int i; |
| 579 | #ifdef CONFIG_FEATURE_LS_USERNAME | ||
| 579 | char scratch[BUFSIZ + 1]; | 580 | char scratch[BUFSIZ + 1]; |
| 581 | #endif | ||
| 580 | #ifdef CONFIG_FEATURE_LS_TIMESTAMPS | 582 | #ifdef CONFIG_FEATURE_LS_TIMESTAMPS |
| 581 | char *filetime; | 583 | char *filetime; |
| 582 | time_t ttime, age; | 584 | time_t ttime, age; |
