From owner-freebsd-current Sun Feb 27 15: 3:20 2000 Delivered-To: freebsd-current@freebsd.org Received: from frmug.org (frmug-gw.frmug.org [193.56.58.252]) by hub.freebsd.org (Postfix) with ESMTP id 93D3637B6F8 for ; Sun, 27 Feb 2000 15:03:12 -0800 (PST) (envelope-from roberto@keltia.freenix.fr) Received: (from uucp@localhost) by frmug.org (8.9.3/frmug-2.5/nospam) with UUCP id AAA08601 for freebsd-current@freebsd.org; Mon, 28 Feb 2000 00:03:01 +0100 (CET) (envelope-from roberto@keltia.freenix.fr) Received: by keltia.freenix.fr (Postfix, from userid 101) id 5C7F38863; Mon, 28 Feb 2000 00:02:09 +0100 (CET) Date: Mon, 28 Feb 2000 00:02:09 +0100 From: Ollivier Robert To: freebsd-current@freebsd.org Subject: Re: patches for SIOCGIFCONF Message-ID: <20000228000209.A7561@keltia.freenix.fr> Mail-Followup-To: freebsd-current@freebsd.org References: <20000228033148B.shin@nd.net.fujitsu.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i 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 +0900 X-Operating-System: FreeBSD 4.0-CURRENT/ELF AMD-K6/200 & 2x PPro/200 SMP Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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