]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
IPv6 changes again
authorDanny Mayer <mayer@ntp.org>
Fri, 24 Dec 2004 23:16:16 +0000 (18:16 -0500)
committerDanny Mayer <mayer@ntp.org>
Fri, 24 Dec 2004 23:16:16 +0000 (18:16 -0500)
bk: 41cca340dLAy8Y37RWqdsInkRkJcbA

include/isc/ipv6.h

index 06557d8e8c9bb818687a7c6d21e667ad91af63e0..edc41074fa4fea4f424156d2a50629c2c9305f88 100644 (file)
@@ -59,7 +59,7 @@
 /*
  * We probably don't need this on NTP
  */
-/*#ifdef ISC_ONLY_IPV6 */
+#ifdef ISC_ONLY_IPV6 
 /***
  *** Types.
  ***/
@@ -151,5 +151,5 @@ struct sockaddr_in6 {
 #define IN6_IS_ADDR_SITELOCAL(a)       \
        (((a)->s6_addr[0] == 0xfe) && (((a)->s6_addr[1] & 0xc0) == 0xc0))
 
-/*#endif /* ISC_ONLY_IPV6 */
+#endif /* ISC_ONLY_IPV6 */
 #endif /* ISC_IPV6_H */