udhcpc: tweak help text
[oweals/busybox.git] / networking / udhcp / common.h
index 4fa0471de345f9fa454d8331ecf36916600bef48..0e8e45fd2a7378abe56401985743e64a6e50f516 100644 (file)
@@ -14,7 +14,7 @@
 
 PUSH_AND_SET_FUNCTION_VISIBILITY_TO_HIDDEN
 
-extern const uint8_t MAC_BCAST_ADDR[6]; /* six all-ones */
+extern const uint8_t MAC_BCAST_ADDR[6] ALIGN2; /* six all-ones */
 
 
 /*** DHCP packet ***/