Subject: Re: CVS commit: src/sys
To: Jason R Thorpe <thorpej@netbsd.org>
From: Martin Husemann <martin@NetBSD.org>
List: source-changes
Date: 02/22/2007 10:09:39
On Wed, Feb 21, 2007 at 11:00:15PM +0000, Jason R Thorpe wrote:
> 	    uvm_swap.h uvm_vnode.c
> 
> Log Message:
> Replace the Mach-derived boolean_t type with the C99 bool type.  A
> future commit will replace use of TRUE and FALSE with true and false.

This changes alignment of, for example, uvm.page_idle_zero and thereby
breaks sparc64. Should alignment (and size) be restored for those, or
the access fixed?

Martin