X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhshowsbr.c;h=c60acb9d88980ba119ae5a591efaafa18ffd3158;hb=aa703bdada60fae2021d0e97ca3535945eeda615;hp=ae90a7b524c12d7bd9a230b0b82c4cbc8e7366d9;hpb=4548981fb45fbc917cc2c26b7c96b31cfa14bc9b;p=mmh diff --git a/uip/mhshowsbr.c b/uip/mhshowsbr.c index ae90a7b..c60acb9 100644 --- a/uip/mhshowsbr.c +++ b/uip/mhshowsbr.c @@ -197,7 +197,7 @@ DisplayMsgHeader (CT ct, char *form) 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) { @@ -564,7 +564,7 @@ show_content_aux2 (CT ct, int serial, int alternate, char *cracked, char *buffer 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: