From owner-cvs-all Mon Nov 19 23:15:25 2001 Delivered-To: cvs-all@freebsd.org Received: from mail5.speakeasy.net (mail5.speakeasy.net [216.254.0.205]) by hub.freebsd.org (Postfix) with ESMTP id E004937B419 for ; Mon, 19 Nov 2001 23:15:19 -0800 (PST) Received: (qmail 5136 invoked from network); 20 Nov 2001 07:15:18 -0000 Received: from unknown (HELO laptop.baldwin.cx) ([64.81.54.73]) (envelope-sender ) by mail5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 20 Nov 2001 07:15:18 -0000 Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200111200636.fAK6aAA87621@freefall.freebsd.org> Date: Mon, 19 Nov 2001 23:15:09 -0800 (PST) From: John Baldwin To: John Baldwin Subject: RE: cvs commit: src/include/protocols timed.h src/usr.sbin/timed Cc: cvs-all@FreeBSD.org, cvs-committers@FreeBSD.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 20-Nov-01 John Baldwin wrote: > jhb 2001/11/19 22:36:09 PST > > Modified files: > include/protocols timed.h > usr.sbin/timed/timed correct.c master.c slave.c > Log: > Use fixed-size fields in the structure for the timed protocol. This > includes changing a struct timeval to an explicit structure of two > int32_t's. This requires using temporary timevals in several places > when calling gettimeofday(), settimeofday(), etc. With this timed now > works properly on 64-bit platforms such as Alpha. > > Obtained from: NetBSD Only took 5 years and 7 months for this to migrate from one BSD to another. Sheesh. -- John Baldwin <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message