X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhbuildsbr.c;h=2a3f8996958826121cb1ba349a05c37645579e27;hb=d2272611c4877d55e7159d45f8f7de4d8b66e5cd;hp=d417befde88f6ac826a31ca7ed6e17acb1089a0e;hpb=4548981fb45fbc917cc2c26b7c96b31cfa14bc9b;p=mmh diff --git a/uip/mhbuildsbr.c b/uip/mhbuildsbr.c index d417bef..2a3f899 100644 --- a/uip/mhbuildsbr.c +++ b/uip/mhbuildsbr.c @@ -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: