X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Frcvtty.c;h=219af22421bd0f232af3a24789d2be7c5473a90e;hb=666e1973600c0952d3bc3c1f8fb51ecfa16a6998;hp=333a3b2fe737dd982b8b68ee6e15a6532e000a87;hpb=2f689a1cb907a5de04e6d39ffd217a69af3216c7;p=mmh diff --git a/uip/rcvtty.c b/uip/rcvtty.c index 333a3b2..219af22 100644 --- a/uip/rcvtty.c +++ b/uip/rcvtty.c @@ -2,8 +2,6 @@ /* * rcvtty.c -- a rcvmail program (a lot like rcvalert) handling IPC ttys * - * $Id$ - * * This code is Copyright (c) 2002, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for * complete copyright information. @@ -265,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 ();