[git commit] Add yet another missing ALIGN2 on a global declaration.

Denys Vlasenko vda.linux at googlemail.com
Thu Jul 26 10:58:41 UTC 2012


commit: http://git.busybox.net/busybox/commit/?id=5cfb8181816aec29fb293d4c42f32ed8b942bce6
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 networking/udhcp/common.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/networking/udhcp/common.h b/networking/udhcp/common.h
index 4fa0471..0e8e45f 100644
--- a/networking/udhcp/common.h
+++ b/networking/udhcp/common.h
@@ -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 ***/


More information about the busybox-cvs mailing list