summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_sig.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/kern_sig.c')
-rw-r--r--sys/kern/kern_sig.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/kern_sig.c b/sys/kern/kern_sig.c
index d7f4dc3..9026fb2 100644
--- a/sys/kern/kern_sig.c
+++ b/sys/kern/kern_sig.c
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)kern_sig.c 8.7 (Berkeley) 4/18/94
- * $Id: kern_sig.c,v 1.39 1998/02/06 12:13:24 eivind Exp $
+ * $Id: kern_sig.c,v 1.40 1998/03/03 20:55:26 tegge Exp $
*/
#include "opt_compat.h"
@@ -1028,7 +1028,7 @@ issignal(p)
* Return the signal's number, or fall through
* to clear it from the pending mask.
*/
- switch ((int)p->p_sigacts->ps_sigact[signum]) {
+ switch ((int)(long)p->p_sigacts->ps_sigact[signum]) {
case (int)SIG_DFL:
/*
OpenPOWER on IntegriCloud