X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fslocal.c;h=986583999aa763c247e09c5851eec44c98b602ad;hb=768b5edd9623b7238e12ec8dfc409b82a1ed9e2d;hp=608ddf29f514468615a2fdf35350b891a98b08da;hpb=5f08476e3bc5c134ce57d924b01d1c1fcacd53db;p=mmh diff --git a/uip/slocal.c b/uip/slocal.c index 608ddf2..9865839 100644 --- a/uip/slocal.c +++ b/uip/slocal.c @@ -1164,7 +1164,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); + kill(-child_id, SIGKILL); if (verbose) verbose_printf(", timed-out; terminated\n"); return -1;