Subject: PR/29041 CVS commit: src/sys/arch/mips
To: None <port-mips-maintainer@netbsd.org, gnats-admin@netbsd.org,>
From: Matthias Drochner <drochner@netbsd.org>
List: netbsd-bugs
Date: 01/24/2005 10:04:02
The following reply was made to PR port-mips/29041; it has been noted by GNATS.

From: Matthias Drochner <drochner@netbsd.org>
To: gnats-bugs@netbsd.org
Cc: 
Subject: PR/29041 CVS commit: src/sys/arch/mips
Date: Mon, 24 Jan 2005 10:03:58 +0000 (UTC)

 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.