lint
authorMike Karels <karels@ucbvax.Berkeley.EDU>
Thu, 19 Sep 1985 00:32:47 +0000 (16:32 -0800)
committerMike Karels <karels@ucbvax.Berkeley.EDU>
Thu, 19 Sep 1985 00:32:47 +0000 (16:32 -0800)
SCCS-vsn: sys/kern/kern_sig.c 6.19

usr/src/sys/kern/kern_sig.c

index a9f368b..44dbf26 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)kern_sig.c  6.18 (Berkeley) %G%
+ *     @(#)kern_sig.c  6.19 (Berkeley) %G%
  */
 
 #include "../machine/reg.h"
  */
 
 #include "../machine/reg.h"
@@ -580,7 +580,7 @@ issig()
                                continue;
                        }
                }
                                continue;
                        }
                }
-               switch (u.u_signal[sig]) {
+               switch ((int)u.u_signal[sig]) {
 
                case SIG_DFL:
                        /*
 
                case SIG_DFL:
                        /*