summaryrefslogtreecommitdiff
path: root/networking/udhcp/dhcpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'networking/udhcp/dhcpd.h')
-rw-r--r--networking/udhcp/dhcpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/dhcpd.h b/networking/udhcp/dhcpd.h
index 4f6b73e34..db2d1c776 100644
--- a/networking/udhcp/dhcpd.h
+++ b/networking/udhcp/dhcpd.h
@@ -59,7 +59,7 @@ struct server_config_t {
59 char *sname; /* bootp server name */ 59 char *sname; /* bootp server name */
60 char *boot_file; /* bootp boot file option */ 60 char *boot_file; /* bootp boot file option */
61 struct static_lease *static_leases; /* List of ip/mac pairs to assign static leases */ 61 struct static_lease *static_leases; /* List of ip/mac pairs to assign static leases */
62}; 62} FIX_ALIASING;
63 63
64#define server_config (*(struct server_config_t*)&bb_common_bufsiz1) 64#define server_config (*(struct server_config_t*)&bb_common_bufsiz1)
65/* client_config sits in 2nd half of bb_common_bufsiz1 */ 65/* client_config sits in 2nd half of bb_common_bufsiz1 */