diff options
Diffstat (limited to 'networking/udhcp/dhcpd.h')
-rw-r--r-- | networking/udhcp/dhcpd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/networking/udhcp/dhcpd.h b/networking/udhcp/dhcpd.h index fc6b1d6ab..28106d306 100644 --- a/networking/udhcp/dhcpd.h +++ b/networking/udhcp/dhcpd.h | |||
@@ -54,7 +54,8 @@ struct server_config_t { | |||
54 | struct static_lease *static_leases; /* List of ip/mac pairs to assign static leases */ | 54 | struct static_lease *static_leases; /* List of ip/mac pairs to assign static leases */ |
55 | }; | 55 | }; |
56 | 56 | ||
57 | extern struct server_config_t server_config; | 57 | #define server_config (*(struct server_config_t*)&bb_common_bufsiz1) |
58 | |||
58 | extern struct dhcpOfferedAddr *leases; | 59 | extern struct dhcpOfferedAddr *leases; |
59 | 60 | ||
60 | 61 | ||