X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/5dd6771b28c257af405d7248639ed0e3bcdce38b..c696510f3aea5e0181a326d1f044d1952f87d26a:/uip/rcvtty.c diff --git a/uip/rcvtty.c b/uip/rcvtty.c index 8b04d61d..219af224 100644 --- a/uip/rcvtty.c +++ b/uip/rcvtty.c @@ -263,7 +263,7 @@ message_fd (char **vec) * Ruthlessly kill the child and anything * else in its process group. */ - KILLPG(child_id, SIGKILL); + killpg(child_id, SIGKILL); } close (fd); return header_fd ();