From owner-cvs-all Mon Nov 19 22:36:14 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 33B3F37B405; Mon, 19 Nov 2001 22:36:10 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAK6aAA87621; Mon, 19 Nov 2001 22:36:10 -0800 (PST) (envelope-from jhb) Message-Id: <200111200636.fAK6aAA87621@freefall.freebsd.org> From: John Baldwin Date: Mon, 19 Nov 2001 22:36:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include/protocols timed.h src/usr.sbin/timed/timed correct.c master.c slave.c X-FreeBSD-CVS-Branch: HEAD 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 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 Revision Changes Path 1.6 +9 -4 src/include/protocols/timed.h 1.5 +10 -4 src/usr.sbin/timed/timed/correct.c 1.7 +13 -6 src/usr.sbin/timed/timed/master.c 1.8 +5 -3 src/usr.sbin/timed/timed/slave.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message