Subject: CVS commit: src/sys/arch/sparc64/include
To: None <source-changes@NetBSD.org>
From: Quentin Garnier <cube@netbsd.org>
List: source-changes
Date: 03/14/2006 22:03:39
Module Name:	src
Committed By:	cube
Date:		Tue Mar 14 22:03:39 UTC 2006

Modified Files:
	src/sys/arch/sparc64/include: mcontext.h

Log Message:
Under COMPAT_NETBSD32 emulation, pointers are not the same size as the
native ones...  netbsd32_pointer_t can't be used here though, so uint32_t
is used instead, which is of course the same thing.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/sys/arch/sparc64/include/mcontext.h

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