s/vfork/fork/
[mmh] / uip / rcvtty.c
index a71a516..e1f5e94 100644 (file)
@@ -235,7 +235,7 @@ message_fd(char **vec)
 #endif
        unlink(tmpfil);
 
-       if ((child_id = vfork()) == NOTOK) {
+       if ((child_id = fork()) == NOTOK) {
                /* fork error */
                close(fd);
                return header_fd();