Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/ntp/dist/ntpd make IPV6 support decision consis...



details:   https://anonhg.NetBSD.org/src/rev/70a5f172be3f
branches:  trunk
changeset: 757437:70a5f172be3f
user:      kardel <kardel%NetBSD.org@localhost>
date:      Sun Aug 29 18:54:30 2010 +0000

description:
make IPV6 support decision consistent with code in ntp_io.c

diffstat:

 external/bsd/ntp/dist/ntpd/ntp_intres.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 736678d86747 -r 70a5f172be3f external/bsd/ntp/dist/ntpd/ntp_intres.c
--- a/external/bsd/ntp/dist/ntpd/ntp_intres.c   Sun Aug 29 18:52:59 2010 +0000
+++ b/external/bsd/ntp/dist/ntpd/ntp_intres.c   Sun Aug 29 18:54:30 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ntp_intres.c,v 1.1.1.1 2009/12/13 16:55:34 kardel Exp $        */
+/*     $NetBSD: ntp_intres.c,v 1.2 2010/08/29 18:54:30 kardel Exp $    */
 
 /*
  * ripped off from ../ntpres/ntpres.c by Greg Troxel 4/2/92
@@ -472,7 +472,7 @@
        ce = emalloc(sizeof(*ce));
        ce->ce_name = estrdup(name);
        ce->ce_peeraddr = 0;
-#ifdef ISC_PLATFORM_HAVEIPV6
+#ifdef INCLUDE_IPV6_SUPPORT
        ce->ce_peeraddr6 = in6addr_any;
 #endif
        ZERO_SOCK(&ce->peer_store);



Home | Main Index | Thread Index | Old Index