diff options
Diffstat (limited to 'networking/udhcp/dhcpc.h')
-rw-r--r-- | networking/udhcp/dhcpc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/dhcpc.h b/networking/udhcp/dhcpc.h index 9bb1ac2af..dfab2368c 100644 --- a/networking/udhcp/dhcpc.h +++ b/networking/udhcp/dhcpc.h | |||
@@ -19,7 +19,7 @@ struct client_config_t { | |||
19 | uint8_t *vendorclass; /* Optional vendor class-id to use */ | 19 | uint8_t *vendorclass; /* Optional vendor class-id to use */ |
20 | uint8_t *hostname; /* Optional hostname to use */ | 20 | uint8_t *hostname; /* Optional hostname to use */ |
21 | uint8_t *fqdn; /* Optional fully qualified domain name to use */ | 21 | uint8_t *fqdn; /* Optional fully qualified domain name to use */ |
22 | }; | 22 | } FIX_ALIASING; |
23 | 23 | ||
24 | /* server_config sits in 1st half of bb_common_bufsiz1 */ | 24 | /* server_config sits in 1st half of bb_common_bufsiz1 */ |
25 | #define client_config (*(struct client_config_t*)(&bb_common_bufsiz1[COMMON_BUFSIZE / 2])) | 25 | #define client_config (*(struct client_config_t*)(&bb_common_bufsiz1[COMMON_BUFSIZE / 2])) |