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 20f4e52b8..8da1dd8e1 100644 --- a/networking/udhcp/dhcpc.h +++ b/networking/udhcp/dhcpc.h | |||
@@ -33,7 +33,7 @@ struct client_config_t { | |||
33 | uint8_t arp[6]; /* Our arp address */ | 33 | uint8_t arp[6]; /* Our arp address */ |
34 | }; | 34 | }; |
35 | 35 | ||
36 | extern struct client_config_t client_config; | 36 | #define client_config (*(struct client_config_t*)&bb_common_bufsiz1) |
37 | 37 | ||
38 | 38 | ||
39 | /*** clientpacket.h ***/ | 39 | /*** clientpacket.h ***/ |