hush: move msh/lash config into hush.c, no code changes
[oweals/busybox.git] / runit / runsvdir.c
index f6aaeb7d48c8cce2423a0e1b0e076e907b9cf081..71fde757e0b0f61c7a783e78cea4f2924bd093f0 100644 (file)
@@ -58,7 +58,7 @@ struct globals {
        struct pollfd pfd[1];
        unsigned stamplog;
 #endif
-};
+} FIX_ALIASING;
 #define G (*(struct globals*)&bb_common_bufsiz1)
 #define sv          (G.sv          )
 #define svdir       (G.svdir       )