Subject: CVS commit: src/sys/arch/m68k/include
To: None <source-changes@NetBSD.org>
From: Greg Oster <oster@netbsd.org>
List: source-changes
Date: 04/01/2006 18:03:55
Module Name:	src
Committed By:	oster
Date:		Sat Apr  1 18:03:55 UTC 2006

Modified Files:
	src/sys/arch/m68k/include: signal.h

Log Message:
We don't need (or want!) to include cpuframe.h or have sigstate
visible to userland on m68k.  Fixes numerous pkgsrc build issues where
"struct frame" as defined in cpuframe.h pollutes the local namespace.

Compile-tested full builds for hp300, mac68k, amiga, sun3, and next68k.

OK'ed by matt@.


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 src/sys/arch/m68k/include/signal.h

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