From: Roy Marples Date: Fri, 16 Aug 2019 18:21:28 +0000 (+0100) Subject: DragonFlyBSD: No longer need to poll for IPv6 address flag changes X-Git-Tag: v8.0.3~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c48bf7a57d1948643a7909a2e02324ec9158850e;p=thirdparty%2Fdhcpcd.git DragonFlyBSD: No longer need to poll for IPv6 address flag changes --- diff --git a/src/ipv6.h b/src/ipv6.h index deb075a7..f07bc0f1 100644 --- a/src/ipv6.h +++ b/src/ipv6.h @@ -100,7 +100,8 @@ #endif /* This was fixed in NetBSD */ -#if defined(__NetBSD_Version__) && __NetBSD_Version__ >= 699002000 +#if (defined(__DragonFly_version) && __DragonFly_version >= 500704) || \ + (defined(__NetBSD_Version__) && __NetBSD_Version__ >= 699002000) # undef IPV6_POLLADDRFLAG #endif