X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/119362982fae61ae7aaa899eaf2544e4f4a84283..c152db5d6a64036d4e51ec75c93b6accbb1bfa13:/uip/slocal.c diff --git a/uip/slocal.c b/uip/slocal.c index e6880fe0..cf91737d 100644 --- a/uip/slocal.c +++ b/uip/slocal.c @@ -1206,7 +1206,7 @@ usr_pipe (int fd, char *cmd, char *pgm, char **vec, int suppress) * Ruthlessly kill the child and anything * else in its process group. */ - KILLPG(child_id, SIGKILL); + killpg(child_id, SIGKILL); if (verbose) verbose_printf (", timed-out; terminated\n"); return -1;