Subject: Re: CVS commit: src/usr.bin/pkill
To: None <source-changes@netbsd.org>
From: Jed Davis <jdev@panix.com>
List: source-changes
Date: 10/10/2005 17:35:00
Klaus Klein <kleink@netbsd.org> writes:

> Module Name:	src
> Committed By:	kleink
> Date:		Sat Oct  8 12:05:55 UTC 2005
>
> Modified Files:
> 	src/usr.bin/pkill: pkill.c
>
> Log Message:
> Downgrade failure to kill(2) (other than ESRCH) from fatal error to a
> warning; otherwise processing aborts and possibly matching killees would
> remain unsignalled.  This makes pkill match the Solaris behavior.

Shouldn't this message mention PR/21933?

-- 
(let ((C call-with-current-continuation)) (apply (lambda (x y) (x y)) (map
((lambda (r) ((C C) (lambda (s) (r (lambda l (apply (s s) l))))))  (lambda
(f) (lambda (l) (if (null? l) C (lambda (k) (display (car l)) ((f (cdr l))
(C k)))))))    '((#\J #\d #\D #\v #\s) (#\e #\space #\a #\i #\newline)))))