mirror of https://github.com/mirror/busybox.git
Add yet another missing ALIGN2 on a global declaration.
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>1_21_stable
parent
71045cc819
commit
5cfb818181
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
PUSH_AND_SET_FUNCTION_VISIBILITY_TO_HIDDEN
|
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 ***/
|
/*** DHCP packet ***/
|
||||||
|
|
Loading…
Reference in New Issue