Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 05/04/1999 09:16:54
Module Name:	src
Committed By:	christos
Date:		Tue May  4 16:16:54 UTC 1999

Modified Files:
	src/sys/kern: kern_clock.c
Log Message:
Align struct timeval time to the same alignment requirements of a quad.
This broke the sparc elf kernel which in microtime uses ldd to load both
words at the same time. The a.out kernel, just got lucky.