From: Roy Marples Date: Fri, 2 Feb 2018 16:39:03 +0000 (+0000) Subject: Fix compile on IllumOS. X-Git-Tag: v7.0.2~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3a4fc2574446db7906b6b77ca095cddf7f53568;p=thirdparty%2Fdhcpcd.git Fix compile on IllumOS. --- diff --git a/src/if-sun.c b/src/if-sun.c index 3281ea37..e23cfc04 100644 --- a/src/if-sun.c +++ b/src/if-sun.c @@ -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