Subject: CVS commit: src/sys/arch/mips
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 01/24/2005 10:03:58
Module Name:	src
Committed By:	drochner
Date:		Mon Jan 24 10:03:58 UTC 2005

Modified Files:
	src/sys/arch/mips/conf: files.mips
	src/sys/arch/mips/include: frame.h signal.h
	src/sys/arch/mips/mips: compat_16_machdep.c

Log Message:
-remove definition of "struct sigframe" -- haven't found a use of it
 (should fix build problems w/o COMPAT_16 reported by Markus W Kilbinger
  per PR port-mips/29041 and by Havard Eidnes)
-further shuffle COMPAT_* conditionals to allow COMPAT_ULTRIX
 w/o COMPAT_16


To generate a diff of this commit:
cvs rdiff -r1.50 -r1.51 src/sys/arch/mips/conf/files.mips
cvs rdiff -r1.3 -r1.4 src/sys/arch/mips/include/frame.h
cvs rdiff -r1.25 -r1.26 src/sys/arch/mips/include/signal.h
cvs rdiff -r1.3 -r1.4 src/sys/arch/mips/mips/compat_16_machdep.c

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