*blush*. I was *sure* I compiled this after the last change..

Add the missing )

Shamed by:	billf
This commit is contained in:
Peter Wemm 2000-08-27 01:10:55 +00:00
parent 06f879c7f2
commit a6b474b6c1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=65125

View File

@ -357,7 +357,7 @@ main(int ac, char **av)
killed++;
if (!dflag && !sflag) {
if (kill(thispid, sig) < 0 /* && errno != ESRCH */ ) {
warn("kill -%s %d", upper(sys_signame[sig],
warn("kill -%s %d", upper(sys_signame[sig]),
thispid);
errors = 1;
}