From: Roy Marples Date: Wed, 23 Apr 2014 14:07:32 +0000 (+0000) Subject: Fix compile without IPv4 X-Git-Tag: v6.4.0~110 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40a9f276dd166f7610228038ad4a77baeee08b8a;p=thirdparty%2Fdhcpcd.git Fix compile without IPv4 --- diff --git a/dhcp.h b/dhcp.h index 0458097f..365daeff 100644 --- a/dhcp.h +++ b/dhcp.h @@ -294,7 +294,7 @@ int dhcp_dump(struct dhcpcd_ctx *, const char *); #define dhcp_reboot_newopts(a, b) #define dhcp_close(a) #define dhcp_free(a) -#define dhcp_dump(a) -1 +#define dhcp_dump(a, b) -1 #endif #endif