Subject: CVS commit: src/sys/arch
To: None <source-changes@NetBSD.org>
From: Christian Limpach <cl@netbsd.org>
List: source-changes
Date: 11/02/2003 16:49:38
Module Name:	src
Committed By:	cl
Date:		Sun Nov  2 16:49:38 UTC 2003

Modified Files:
	src/sys/arch/cesfic/cesfic: trap.c
	src/sys/arch/hp300/hp300: trap.c
	src/sys/arch/luna68k/luna68k: trap.c
	src/sys/arch/mac68k/mac68k: trap.c
	src/sys/arch/mvme68k/mvme68k: trap.c
	src/sys/arch/news68k/news68k: trap.c
	src/sys/arch/next68k/next68k: trap.c

Log Message:
Extend the #ifdef M68040 so that the `sig' variable declaration is moved
in as well, as it's otherwise not used. (from atari/atari/trap.c and
x68k/x68k/trap.c)


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/sys/arch/cesfic/cesfic/trap.c
cvs rdiff -r1.105 -r1.106 src/sys/arch/hp300/hp300/trap.c
cvs rdiff -r1.27 -r1.28 src/sys/arch/luna68k/luna68k/trap.c
cvs rdiff -r1.108 -r1.109 src/sys/arch/mac68k/mac68k/trap.c
cvs rdiff -r1.71 -r1.72 src/sys/arch/mvme68k/mvme68k/trap.c
cvs rdiff -r1.33 -r1.34 src/sys/arch/news68k/news68k/trap.c
cvs rdiff -r1.47 -r1.48 src/sys/arch/next68k/next68k/trap.c

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