Subject: CVS commit: src/sys/arch/i386/i386
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 03/12/2005 16:02:02
Module Name:	src
Committed By:	dsl
Date:		Sat Mar 12 16:02:02 UTC 2005

Modified Files:
	src/sys/arch/i386/i386: svr4_machdep.c

Log Message:
You need to multply seconds by 10^9 to get nanoseconds! (not 10^6).
Remove some possible aliasing issues.
I actually suspect this code is returned a word-swapped 64bit value though!


To generate a diff of this commit:
cvs rdiff -r1.73 -r1.74 src/sys/arch/i386/i386/svr4_machdep.c

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