diff options
Diffstat (limited to 'coreutils/ls.c')
-rw-r--r-- | coreutils/ls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/ls.c b/coreutils/ls.c index d004ce8b1..1197f7d71 100644 --- a/coreutils/ls.c +++ b/coreutils/ls.c | |||
@@ -255,7 +255,7 @@ struct globals { | |||
255 | /* Do time() just once. Saves one syscall per file for "ls -l" */ | 255 | /* Do time() just once. Saves one syscall per file for "ls -l" */ |
256 | time_t current_time_t; | 256 | time_t current_time_t; |
257 | #endif | 257 | #endif |
258 | }; | 258 | } FIX_ALIASING; |
259 | #define G (*(struct globals*)&bb_common_bufsiz1) | 259 | #define G (*(struct globals*)&bb_common_bufsiz1) |
260 | #if ENABLE_FEATURE_LS_COLOR | 260 | #if ENABLE_FEATURE_LS_COLOR |
261 | # define show_color (G.show_color ) | 261 | # define show_color (G.show_color ) |