Subject: CVS commit: src/lib/libc/arch/powerpc64/gen
To: None <source-changes@NetBSD.org>
From: Ross Harvey <ross@netbsd.org>
List: source-changes
Date: 07/05/2006 18:10:37
Module Name:	src
Committed By:	ross
Date:		Wed Jul  5 18:10:37 UTC 2006

Modified Files:
	src/lib/libc/arch/powerpc64/gen: makecontext.c

Log Message:
Adjust types and casts for LP64 compilation.
Split "long *sp;" into "__greg_t sp, *spp;", which reduces the cast
density and could be used to clean up the ppc32 version as well.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/lib/libc/arch/powerpc64/gen/makecontext.c

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