Subject: CVS commit: src/sys/arch/powerpc/powerpc
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 10/24/2006 16:53:01
Module Name: src
Committed By: he
Date: Tue Oct 24 16:53:01 UTC 2006
Modified Files:
src/sys/arch/powerpc/powerpc: sig_machdep.c
Log Message:
The new gcc propagates const-ness from structs to members, so
make local variable const as well. Avoid writing to the now-const
variable, instead do the masking before in the trapframe register
assignment.
OK'ed by thorpej and nathanw.
To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 src/sys/arch/powerpc/powerpc/sig_machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.