Subject: CVS commit: src/sys/arch/powerpc/oea
To: None <source-changes@NetBSD.org>
From: matthew green <mrg@netbsd.org>
List: source-changes
Date: 06/04/2006 07:32:20
Module Name:	src
Committed By:	mrg
Date:		Sun Jun  4 07:32:20 UTC 2006

Modified Files:
	src/sys/arch/powerpc/oea: oea_machdep.c

Log Message:
undef memset before calling it with a destination address of 0.
GCC4.1 complains about this when using the builtin, so force
this to call the real function normally.


To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 src/sys/arch/powerpc/oea/oea_machdep.c

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