]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Fix build without IPv6
authorRoy Marples <roy@marples.name>
Sat, 17 Aug 2013 10:00:07 +0000 (10:00 +0000)
committerRoy Marples <roy@marples.name>
Sat, 17 Aug 2013 10:00:07 +0000 (10:00 +0000)
platform.h

index 36086b5488600b8efe8de65395f4d6924c72df7c..46797c16f09a1eef3d6b0a77ef32b3744983bae9 100644 (file)
@@ -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