X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fwhatnowsbr.c;fp=uip%2Fwhatnowsbr.c;h=ed5647efecc34ad55b5b3f491ae1c7a8c52c5bcb;hp=82af31e8bf349e38a969892135b6c29978c44d95;hb=40821f5c1316e9205a08375e7075909cc9968e7d;hpb=5b792c4424571f05bc2008e3109797d18d7d00d1 diff --git a/uip/whatnowsbr.c b/uip/whatnowsbr.c index 82af31e..ed5647e 100644 --- a/uip/whatnowsbr.c +++ b/uip/whatnowsbr.c @@ -703,7 +703,7 @@ editfile(char **ed, char **arg, char *file, int use, struct msgs *mp, context_save(); /* save the context file */ fflush(stdout); - switch (pid = vfork()) { + switch (pid = fork()) { case NOTOK: advise("fork", "unable to"); status = NOTOK; @@ -853,7 +853,7 @@ sendfile(char **arg, char *file, int pushsw) context_save(); /* save the context file */ 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: