Subject: CVS commit: src/sys/compat/netbsd32
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 02/02/2008 14:34:57
Module Name:	src
Committed By:	dsl
Date:		Sat Feb  2 14:34:57 UTC 2008

Modified Files:
	src/sys/compat/netbsd32: netbsd32.h

Log Message:
Use the netbsd32_[u]int64 type for all 64bit items to ensure we have the
correct alignment/padding rules.
Removed the now-unnecessary #pragma packed for amd64.
Should fix the alignment of 'struct netbsd32_kevent' on non-amd64.


To generate a diff of this commit:
cvs rdiff -r1.72 -r1.73 src/sys/compat/netbsd32/netbsd32.h

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