diff options
-rw-r--r-- | sys/sparc64/sparc64/machdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sparc64/sparc64/machdep.c b/sys/sparc64/sparc64/machdep.c index a17c7a3..39523fe 100644 --- a/sys/sparc64/sparc64/machdep.c +++ b/sys/sparc64/sparc64/machdep.c @@ -377,7 +377,7 @@ sendsig(sig_t catcher, int sig, sigset_t *mask, u_long code) * No signal tramoline... kill the process. */ CTR0(KTR_SIG, "sendsig: no sigtramp"); - PROC_LOCK(p); + printf("sendsig: %s is too old, rebuild it\n", p->p_comm); sigexit(td, sig); /* NOTREACHED */ } |