]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Fix non IPv6 build.
authorRoy Marples <roy@marples.name>
Sun, 14 Feb 2016 09:52:48 +0000 (09:52 +0000)
committerRoy Marples <roy@marples.name>
Sun, 14 Feb 2016 09:52:48 +0000 (09:52 +0000)
ipv6.h

diff --git a/ipv6.h b/ipv6.h
index 6b9030bebfd2caaaa9b85d0c31c404a4939be05e..952c1dcfc194b5f351ee38eaee2de3cb0e597c07 100644 (file)
--- a/ipv6.h
+++ b/ipv6.h
@@ -320,7 +320,7 @@ void ipv6_buildroutes(struct dhcpcd_ctx *);
 #else
 #define ipv6_init(a) (NULL)
 #define ipv6_start(a) (-1)
-#define ipv6_startstatic(a) (0)
+#define ipv6_startstatic(a)
 #define ipv6_hasaddr(a) (0)
 #define ipv6_free_ll_callbacks(a) {}
 #define ipv6_free(a) {}