From 2f14263c404568a5e79c043f23d74a7650826cdf Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 5 Feb 2010 15:35:05 +0100 Subject: udhcp[cd]: fix aliasing warnings Signed-off-by: Denys Vlasenko --- networking/udhcp/dhcpd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'networking/udhcp/dhcpd.h') 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 { char *sname; /* bootp server name */ char *boot_file; /* bootp boot file option */ struct static_lease *static_leases; /* List of ip/mac pairs to assign static leases */ -}; +} FIX_ALIASING; #define server_config (*(struct server_config_t*)&bb_common_bufsiz1) /* client_config sits in 2nd half of bb_common_bufsiz1 */ -- cgit v1.2.3