]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Fix compile on IllumOS.
authorRoy Marples <roy@marples.name>
Fri, 2 Feb 2018 16:39:03 +0000 (16:39 +0000)
committerRoy Marples <roy@marples.name>
Fri, 2 Feb 2018 16:39:03 +0000 (16:39 +0000)
src/if-sun.c

index 3281ea37eb6517c43bab31f6142a4cb44b4a4cf0..e23cfc040105666f1e531842c7c1cab1f440c9e6 100644 (file)
@@ -1414,11 +1414,9 @@ if_getlifetime6(struct ipv6_addr *addr)
        return -1;
 }
 
-int
-if_checkipv6(__unused struct dhcpcd_ctx *ctx,
-    __unused const struct interface *ifp)
+void
+if_setup_inet6(__unused const struct interface *ifp)
 {
 
-       return 0;
 }
 #endif