make it possible to have include/applets.h-esque entries in .c files
[oweals/busybox.git] / miscutils / hdparm.c
index 399b77a4a6db56820cc039a09794d7a65ff4cedd..9738620fd86cb80b5971bec9d4d686613a70de6a 100644 (file)
@@ -315,7 +315,7 @@ struct globals {
 #ifdef DO_FLUSHCACHE
        unsigned char flushcache[4] = { WIN_FLUSHCACHE, 0, 0, 0 };
 #endif
-};
+} FIX_ALIASING;
 #define G (*(struct globals*)&bb_common_bufsiz1)
 struct BUG_G_too_big {
        char BUG_G_too_big[sizeof(G) <= COMMON_BUFSIZE ? 1 : -1];