Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Feb 2000 00:02:09 +0100
From:      Ollivier Robert <roberto@keltia.freenix.fr>
To:        freebsd-current@freebsd.org
Subject:   Re: patches for SIOCGIFCONF
Message-ID:  <20000228000209.A7561@keltia.freenix.fr>
In-Reply-To: <20000228033148B.shin@nd.net.fujitsu.co.jp>; from shin@nd.net.fujitsu.co.jp on Mon, Feb 28, 2000 at 03:31:48AM %2B0900
References:  <20000228033148B.shin@nd.net.fujitsu.co.jp>

next in thread | previous in thread | raw e-mail | index | archive | help
According to Yoshinobu Inoue:
>   usr.sbin/xntpd/xntpd:

These directories don't exist anymore in -CURRENT because we now have ntp4.

> --- usr.sbin/xntpd/xntpd/ntp_io.c.orig	Mon Feb 28 01:53:00 2000
> +++ usr.sbin/xntpd/xntpd/ntp_io.c	Mon Feb 28 01:53:30 2000

We can ignore this diff.

> --- contrib/ntp/ntpd/ntp_io.c.orig	Fri Jan 28 15:44:00 2000
> +++ contrib/ntp/ntpd/ntp_io.c	Mon Feb 28 02:26:46 2000
> @@ -444,7 +444,7 @@
>  			continue;
>  		}
>  # endif /* SYS_WINNT */
> -		ifreq = *ifr;
> +		memcpy(&ifreq, ifr, sizeof(ifreq));
>  		inter_list[i].flags = 0;
>  		/* is it broadcast capable? */
>  # ifndef SYS_WINNT

This one should be sent to the NTP guys before ntpd 4.1.0 goes out.
-- 
Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.freenix.fr
FreeBSD keltia.freenix.fr 4.0-CURRENT #77: Thu Dec 30 12:49:51 CET 1999



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000228000209.A7561>