Subject: CVS commit: src/sys/sys
To: None <source-changes@NetBSD.org>
From: Valeriy E. Ushakov <uwe@netbsd.org>
List: source-changes
Date: 06/18/2006 21:09:24
Module Name:	src
Committed By:	uwe
Date:		Sun Jun 18 21:09:24 UTC 2006

Modified Files:
	src/sys/sys: time.h

Log Message:
Hide struct bintime and pertinent inline functions under #ifdenf _KERNEL.

This code is not intended to be visible by the userland anyway, and it
also triggers a bug in SPARC's gcc 3.3.* that causes bootxx to explode
beyond its size limit (gcc emits unused reference to __muldi3).


To generate a diff of this commit:
cvs rdiff -r1.55 -r1.56 src/sys/sys/time.h

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