Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/usr.bin/pkill



Klaus Klein <kleink%netbsd.org@localhost> 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)))))




Home | Main Index | Thread Index | Old Index