]> git.marmaro.de Git - mmh/blobdiff - uip/slocal.c
Eliminate '#ifdef HAVE_FOO' for Posix-mandated FOOs.
[mmh] / uip / slocal.c
index e6880fe04420ebe42cb571063e4726f58dc721db..cf91737d0cce2beb9674fec24391bbb92e64796b 100644 (file)
@@ -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;