From: Roy Marples Date: Sat, 17 Aug 2013 10:00:07 +0000 (+0000) Subject: Fix build without IPv6 X-Git-Tag: v6.1.0~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0731b6d148af4ed3132c0f3c2c320635ca1a1d47;p=thirdparty%2Fdhcpcd.git Fix build without IPv6 --- diff --git a/platform.h b/platform.h index 36086b54..46797c16 100644 --- a/platform.h +++ b/platform.h @@ -33,7 +33,7 @@ char *hardware_platform(void); int check_ipv6(const char *, int); int ipv6_dadtransmits(const char *); #else -#define check_ipv6(a) 0 +#define check_ipv6(a, b) -1 #endif #endif