Subject: CVS commit: basesrc/usr.bin/pkill
To: None <source-changes@netbsd.org>
From: Lennart Augustsson <augustss@netbsd.org>
List: source-changes
Date: 03/04/2002 15:47:09
Module Name: basesrc
Committed By: augustss
Date: Mon Mar 4 13:47:08 UTC 2002
Modified Files:
basesrc/usr.bin/pkill: pkill.c
Log Message:
Fix 3 bugs in signal number decoding:
* invoking pkill without any arguments gave a core
* an initial numeric prefix of a signal name was ignored, e.g. -88sigint
* argc was not updated when the signal number was decoded.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 basesrc/usr.bin/pkill/pkill.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.