]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
powerpc: Eliminate a compile warning in signal_32.c
authorPaul Mackerras <paulus@samba.org>
Wed, 19 Oct 2005 13:13:04 +0000 (23:13 +1000)
committerPaul Mackerras <paulus@samba.org>
Wed, 19 Oct 2005 13:13:04 +0000 (23:13 +1000)
commit9b7cf8b49dc4464b222afc9fa32628bb9a2e70a3
tree3a0c28335d1cb3bcebba8774dcb2efa43c7c3a45
parent0b879a31447acd9ebe8b3c5231f72ccebeefad3a
powerpc: Eliminate a compile warning in signal_32.c

The second argument of get_sigset_t needed to have the const keyword.

Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/signal_32.c