Date: Mon, 19 Nov 2001 22:36:10 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> 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 Message-ID: <200111200636.fAK6aAA87621@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111200636.fAK6aAA87621>