function results (void)'ed for minor lint
[unix-history] / usr / src / sys / kern / subr_prf.c
index 3260694..bc54241 100644 (file)
@@ -1,4 +1,4 @@
-/*     subr_prf.c      4.2     %G%     */
+/*     subr_prf.c      4.3     %G%     */
 
 #include "../h/param.h"
 #include "../h/systm.h"
 
 #include "../h/param.h"
 #include "../h/systm.h"
@@ -128,7 +128,7 @@ char *s;
 {
        panicstr = s;
        printf("panic: %s\n", s);
 {
        panicstr = s;
        printf("panic: %s\n", s);
-       spl0();
+       (void) spl0();
        for(;;)
                boot(RB_PANIC, RB_AUTOBOOT);
 }
        for(;;)
                boot(RB_PANIC, RB_AUTOBOOT);
 }