X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhshowsbr.c;h=8fed651fa320c87db95365f4e14f91ece9ab8636;hb=40821f5c1316e9205a08375e7075909cc9968e7d;hp=0136ca32d13a542e5e26e789dac383ef6c9648a5;hpb=5b792c4424571f05bc2008e3109797d18d7d00d1;p=mmh diff --git a/uip/mhshowsbr.c b/uip/mhshowsbr.c index 0136ca3..8fed651 100644 --- a/uip/mhshowsbr.c +++ b/uip/mhshowsbr.c @@ -220,7 +220,7 @@ DisplayMsgHeader(CT ct, char *form) fflush(stdout); - 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) { @@ -602,7 +602,7 @@ show_content_aux2(CT ct, int serial, int alternate, char *cracked, fflush(stdout); - 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: