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! -=- [EMAIL PROTECTED]
FreeBSD keltia.freenix.fr 4.0-CURRENT #77: Thu Dec 30 12:49:51 CET 1999



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to