Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch
Module Name: src
Committed By: he
Date: Wed Sep 14 15:03:50 UTC 2005
Modified Files:
src/sys/arch/powerpc/powerpc: compat_13_machdep.c compat_16_machdep.c
src/sys/arch/sparc/sparc: compat_13_machdep.c machdep.c sunos_machdep.c
Log Message:
We need <compat/sys/signal.h> and <compat/sys/signalvar.h> here
for native_sigset13_to_sigset, sigset13_t, and sigvec.
The includes in sparc's machdep.c is conditional on COMPAT_13, as is
the use of native_sigset13_to_sigset.
To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/sys/arch/powerpc/powerpc/compat_13_machdep.c
cvs rdiff -r1.4 -r1.5 src/sys/arch/powerpc/powerpc/compat_16_machdep.c
cvs rdiff -r1.4 -r1.5 src/sys/arch/sparc/sparc/compat_13_machdep.c
cvs rdiff -r1.257 -r1.258 src/sys/arch/sparc/sparc/machdep.c
cvs rdiff -r1.14 -r1.15 src/sys/arch/sparc/sparc/sunos_machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index