mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-04 09:09:56 +00:00
*blush*. I was *sure* I compiled this after the last change..
Add the missing ) Shamed by: billf
This commit is contained in:
parent
06f879c7f2
commit
a6b474b6c1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=65125
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user