From 5cfb8181816aec29fb293d4c42f32ed8b942bce6 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 26 Jul 2012 12:58:41 +0200 Subject: [PATCH] Add yet another missing ALIGN2 on a global declaration. Signed-off-by: Denys Vlasenko --- networking/udhcp/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ***/ -- 2.25.1