Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/compat/linux



Nicolas Joly wrote:
> Module Name:  src
> Committed By: njoly
> Date:         Tue Oct 21 20:24:15 UTC 2008
> 
> Modified Files:
>       src/sys/compat/linux/arch/amd64: linux_siginfo.h
>       src/sys/compat/linux/common: linux_siginfo.h
> 
> Log Message:
> Remove LINUX_SI_xxx from MI siginfo.h, that should not have been
> committed. Rather add them to amd64 MD header.
> Fix compilation failures on non x86 archs.
> 
> 
> To generate a diff of this commit:
> cvs rdiff -r1.2 -r1.3 src/sys/compat/linux/arch/amd64/linux_siginfo.h
> cvs rdiff -r1.12 -r1.13 src/sys/compat/linux/common/linux_siginfo.h
> 
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.

This breaks the build of i386 ALL, GENERIC and XEN kernels.
amd64 kernels build fine.

sys/compat/linux/common/linux_signal.c: In function
'native_to_linux_si_code':
sys/compat/linux/common/linux_signal.c:681: error: 'LINUX_SI_TKILL'
undeclared (first use in this function)
sys/compat/linux/common/linux_signal.c:681: error: (Each undeclared
identifier is reported only once
sys/compat/linux/common/linux_signal.c:681: error: for each function it
appears in.)
*** [linux_signal.o] Error code 11 error

Christoph


Home | Main Index | Thread Index | Old Index