]> git.marmaro.de Git - mmh/blobdiff - uip/mhparse.c
Well the wrap of vfork() calls didn't work: its semantics don't allow that. So...
[mmh] / uip / mhparse.c
index 265276ddba112746f8a35fedaab98ea1dbcd5161..e151062c488236a3c8c497fc7b2cd231e3587d55 100644 (file)
@@ -2604,7 +2604,7 @@ openFTP (CT ct, char **file)
 
        fflush (stdout);
 
-       for (i = 0; (child_id = m_vfork()) == NOTOK && i < 5; i++)
+       for (i = 0; (child_id = vfork()) == NOTOK && i < 5; i++)
            sleep (5);
        switch (child_id) {
            case NOTOK:
@@ -2746,7 +2746,7 @@ openMail (CT ct, char **file)
     vec[vecp++] = e->eb_body;
     vec[vecp] = NULL;
 
-    for (i = 0; (child_id = m_vfork()) == NOTOK && i < 5; i++)
+    for (i = 0; (child_id = vfork()) == NOTOK && i < 5; i++)
        sleep (5);
     switch (child_id) {
        case NOTOK: