]> git.marmaro.de Git - mmh/blobdiff - uip/rcvtty.c
Well the wrap of vfork() calls didn't work: its semantics don't allow that. So...
[mmh] / uip / rcvtty.c
index 8e659ffe0c05854af36a8633914c04e8c01e4954..f61f0b983192a899db91e3ffd86f21b78e0bbdc9 100644 (file)
@@ -192,7 +192,7 @@ message_fd (char **vec)
     fd = mkstemp (strncpy (tmpfil, "/tmp/rcvttyXXXXX", sizeof(tmpfil)));
     unlink (tmpfil);
 
-    if ((child_id = m_vfork()) == NOTOK) {
+    if ((child_id = vfork()) == NOTOK) {
        /* fork error */
        close (fd);
        return header_fd ();