X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fslocal.c;h=cf91737d0cce2beb9674fec24391bbb92e64796b;hb=666e1973600c0952d3bc3c1f8fb51ecfa16a6998;hp=e6880fe04420ebe42cb571063e4726f58dc721db;hpb=119362982fae61ae7aaa899eaf2544e4f4a84283;p=mmh diff --git a/uip/slocal.c b/uip/slocal.c index e6880fe..cf91737 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;