diff options
Diffstat (limited to 'networking/udhcp/common.c')
-rw-r--r-- | networking/udhcp/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/common.c b/networking/udhcp/common.c index 8e9b93655..ae818db05 100644 --- a/networking/udhcp/common.c +++ b/networking/udhcp/common.c | |||
@@ -19,7 +19,7 @@ const uint8_t MAC_BCAST_ADDR[6] ALIGN2 = { | |||
19 | * See RFC2132 for more options. | 19 | * See RFC2132 for more options. |
20 | * OPTION_REQ: these options are requested by udhcpc (unless -o). | 20 | * OPTION_REQ: these options are requested by udhcpc (unless -o). |
21 | */ | 21 | */ |
22 | const struct dhcp_optflag dhcp_optflags[] = { | 22 | const struct dhcp_optflag dhcp_optflags[] ALIGN2 = { |
23 | /* flags code */ | 23 | /* flags code */ |
24 | { OPTION_IP | OPTION_REQ, 0x01 }, /* DHCP_SUBNET */ | 24 | { OPTION_IP | OPTION_REQ, 0x01 }, /* DHCP_SUBNET */ |
25 | { OPTION_S32 , 0x02 }, /* DHCP_TIME_OFFSET */ | 25 | { OPTION_S32 , 0x02 }, /* DHCP_TIME_OFFSET */ |