Subject: CVS commit: src/usr.bin/pkill
To: None <source-changes@NetBSD.org>
From: Klaus Klein <kleink@netbsd.org>
List: source-changes
Date: 10/08/2005 12:05:55
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.
To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/usr.bin/pkill/pkill.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.