Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Frederick Bruckman <fredb@netbsd.org>
List: source-changes
Date: 06/19/2004 20:02:38
Module Name:	src
Committed By:	fredb
Date:		Sat Jun 19 20:02:38 UTC 2004

Modified Files:
	src/sys/kern: kern_microtime.c

Log Message:
Using the same variable to mean two different things is false economy.
With this change, the compiled object is 72 bytes smaller on i386, and
the code is easier to understand, to boot.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/sys/kern/kern_microtime.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.