*: declare strings with ALIGN1, as appropriate
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
committed by
Denys Vlasenko
parent
e565383fd5
commit
32f774cd34
@ -187,8 +187,8 @@ struct option_set {
|
||||
};
|
||||
|
||||
extern const struct dhcp_optflag dhcp_optflags[];
|
||||
extern const char dhcp_option_strings[];
|
||||
extern const uint8_t dhcp_option_lengths[];
|
||||
extern const char dhcp_option_strings[] ALIGN1;
|
||||
extern const uint8_t dhcp_option_lengths[] ALIGN1;
|
||||
|
||||
unsigned FAST_FUNC udhcp_option_idx(const char *name);
|
||||
|
||||
|
Reference in New Issue
Block a user