From owner-cvs-all Wed Apr 7 11:58:38 1999 Delivered-To: cvs-all@freebsd.org Received: from quack.kfu.com (quack.kfu.com [170.1.70.2]) by hub.freebsd.org (Postfix) with ESMTP id 5E1B814F18; Wed, 7 Apr 1999 11:58:35 -0700 (PDT) (envelope-from nsayer@medusa.kfu.com) Received: from medusa.kfu.com (medusa.kfu.com [170.1.70.5]) by quack.kfu.com (8.9.2/8.8.5) with ESMTP id LAA04556; Wed, 7 Apr 1999 11:56:35 -0700 (PDT) Received: (from nsayer@localhost) by medusa.kfu.com (8.9.2/8.8.8) id LAA38423; Wed, 7 Apr 1999 11:56:35 -0700 (PDT) (envelope-from nsayer) From: Nick Sayer Message-Id: <199904071856.LAA38423@medusa.kfu.com> Subject: Re: cvs commit: src/sys/kern kern_time.c In-Reply-To: <199904071732.KAA21938@freefall.freebsd.org> from Matt Jacob at "Apr 7, 1999 10:32:22 am" To: mjacob@FreeBSD.org (Matt Jacob) Date: Wed, 7 Apr 1999 11:56:35 -0700 (PDT) Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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