Date: Wed, 7 Apr 1999 11:56:35 -0700 (PDT) From: Nick Sayer <nsayer@quack.kfu.com> To: mjacob@FreeBSD.org (Matt Jacob) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_time.c Message-ID: <199904071856.LAA38423@medusa.kfu.com> In-Reply-To: <199904071732.KAA21938@freefall.freebsd.org> from Matt Jacob at "Apr 7, 1999 10:32:22 am"
next in thread | previous in thread | raw e-mail | index | archive | help
Mea culpa. I did test this, but on a different machine than I do commits from. Aparently in transfering the patch tv->tv_sec turned into tv.tv_sec. Sorry. One minor nit: The setting of maxtime isn't an initialization. The setting of maxtime happens constantly -- the idea is to keep track of the highest time that has yet been seen (to insure that a miscreant doesn't do two -1 deltas right in a row). So the comment is incorrect. > mjacob 1999/04/07 10:32:21 PDT > > Modified files: > sys/kern kern_time.c > Log: > Fix last delta so file would compile again- I think I got it > right. Add a clarifying (to me at least) comment. Some formatting > fixes. > > Revision Changes Path > 1.63 +13 -10 src/sys/kern/kern_time.c > -- echo afnlre@dhnpx.xsh.pbz |\ : "When you have to shoot, shoot. tr 'a-z' 'n-za-m' : Don't talk." or remove nospam in From: line : http://www.kfu.com/~nsayer/ : -- Tuco 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?199904071856.LAA38423>