aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/common.h
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2012-07-26 12:58:41 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2012-07-26 12:58:41 +0200
commit5cfb8181816aec29fb293d4c42f32ed8b942bce6 (patch)
treeb1a2cc084628205875d168eaf0ec888178428946 /networking/udhcp/common.h
parent71045cc819cc2a3c7e20bf7aba5cfeb8acfd9dad (diff)
downloadbusybox-5cfb8181816aec29fb293d4c42f32ed8b942bce6.tar.gz
Add yet another missing ALIGN2 on a global declaration.
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/udhcp/common.h')
-rw-r--r--networking/udhcp/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/common.h b/networking/udhcp/common.h
index 4fa0471de..0e8e45fd2 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 ***/