projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71045cc
)
Add yet another missing ALIGN2 on a global declaration.
author
Denys Vlasenko
<vda.linux@googlemail.com>
Thu, 26 Jul 2012 10:58:41 +0000
(12:58 +0200)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Thu, 26 Jul 2012 10:58:41 +0000
(12:58 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
networking/udhcp/common.h
patch
|
blob
|
history
diff --git
a/networking/udhcp/common.h
b/networking/udhcp/common.h
index 4fa0471de345f9fa454d8331ecf36916600bef48..0e8e45fd2a7378abe56401985743e64a6e50f516 100644
(file)
--- 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 ***/