changeset 4221:b95a90df2c1b draft

Fix compile on IllumOS.
author Roy Marples <roy@marples.name>
date Fri, 02 Feb 2018 16:39:03 +0000
parents 14058f9c6962
children ab6e6fae5e3e
files src/if-sun.c
diffstat 1 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/if-sun.c	Fri Feb 02 16:35:38 2018 +0000
+++ b/src/if-sun.c	Fri Feb 02 16:39:03 2018 +0000
@@ -1414,11 +1414,9 @@
 	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