date: trivial fix - was reading seconds into nanoseconds field! DOH
[oweals/busybox.git] / coreutils / ls.c
index d004ce8b153062baa0cc102bbaea889723edc089..1197f7d715714202a98a69aa0d1ec1642832ba28 100644 (file)
@@ -255,7 +255,7 @@ struct globals {
        /* Do time() just once. Saves one syscall per file for "ls -l" */
        time_t current_time_t;
 #endif
-};
+} FIX_ALIASING;
 #define G (*(struct globals*)&bb_common_bufsiz1)
 #if ENABLE_FEATURE_LS_COLOR
 # define show_color     (G.show_color    )