From: Roy Marples Date: Fri, 1 May 2015 12:40:05 +0000 (+0000) Subject: Fix compile on Linux. X-Git-Tag: v6.8.2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2b872cf460f1e01db1aceddb7d203748cde5ade;p=thirdparty%2Fdhcpcd.git Fix compile on Linux. --- diff --git a/dhcp.c b/dhcp.c index 67e0b505..4fa3eb04 100644 --- a/dhcp.c +++ b/dhcp.c @@ -2445,9 +2445,7 @@ dhcp_handledhcp(struct interface *ifp, struct dhcp_message **dhcpp, size_t auth_len; char *msg; struct arp_state *astate; -#ifdef IN_IFF_DUPLICATED struct ipv4_addr *ia; -#endif /* We may have found a BOOTP server */ if (get_option_uint8(ifp->ctx, &type, dhcp, DHO_MESSAGETYPE) == -1)