From: Roy Marples Date: Wed, 4 Sep 2019 01:36:33 +0000 (+0100) Subject: Solaris: Fix issue with prior on other OS X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d97ca577c30dae521739a29cc5d0f6b85717e09a;p=thirdparty%2Fdhcpcd.git Solaris: Fix issue with prior on other OS --- diff --git a/src/ipv6.c b/src/ipv6.c index 2275c90b..0a68c89f 100644 --- a/src/ipv6.c +++ b/src/ipv6.c @@ -775,7 +775,9 @@ ipv6_addaddr1(struct ipv6_addr *ia, const struct timespec *now) #endif #ifdef ND6_ADVERTISE +#ifdef __sun advertise: +#endif /* Re-advertise the preferred address to be safe. */ if (!vltime_was_zero) ipv6nd_advertise(ia);