Merge remote-tracking branch 'sami/to-craig' into sami-merge
Conflicts: pgrep.c w.c
This commit is contained in:
6
pgrep.c
6
pgrep.c
@ -798,9 +798,9 @@ int main (int argc, char **argv)
|
||||
continue;
|
||||
}
|
||||
if (errno==ESRCH)
|
||||
/* gone now, which is OK */
|
||||
continue;
|
||||
xwarn(_("killing pid %d failed"), procs[i].num);
|
||||
// gone now, which is OK
|
||||
continue;
|
||||
xwarn(_("killing pid %ld failed"), procs[i].num);
|
||||
}
|
||||
} else {
|
||||
if (opt_count) {
|
||||
|
Reference in New Issue
Block a user