]> diplodocus.org Git - nmh/blobdiff - uip/mhbuildsbr.c
Fix some problems that the Automake migration caused.
[nmh] / uip / mhbuildsbr.c
index d417befde88f6ac826a31ca7ed6e17acb1089a0e..2a3f8996958826121cb1ba349a05c37645579e27 100644 (file)
@@ -1087,7 +1087,7 @@ raw:
            if ((out = fopen (ce->ce_file, "w")) == NULL)
                adios (ce->ce_file, "unable to open for writing");
 
-           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: