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