]> diplodocus.org Git - nmh/blobdiff - uip/mhbuildsbr.c
Added support for "-" to indicate stdout to output_message().
[nmh] / uip / mhbuildsbr.c
index a344a7c7536d5fbbf896998411c96854fb5531c1..5954521f507320a0668bd82f7b921537da6cd9a5 100644 (file)
@@ -1096,7 +1096,7 @@ raw:
            if ((out = fopen (ce->ce_file, "w")) == NULL)
                adios (ce->ce_file, "unable to open for writing");
 
-           for (i = 0; (child_id = vfork()) == NOTOK && i > 5; i++)
+           for (i = 0; (child_id = fork()) == NOTOK && i > 5; i++)
                sleep (5);
            switch (child_id) {
            case NOTOK: