X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2Frefile.c;h=a2a958ddb19261a41ba49e361779dac6a29c4e1d;hb=4548981fb45fbc917cc2c26b7c96b31cfa14bc9b;hp=fc2793c699dae5ee05836982305ff4f2ed8f1516;hpb=5dd6771b28c257af405d7248639ed0e3bcdce38b;p=mmh diff --git a/sbr/refile.c b/sbr/refile.c index fc2793c..a2a958d 100644 --- a/sbr/refile.c +++ b/sbr/refile.c @@ -34,7 +34,7 @@ refile (char **arg, char *file) context_save(); /* save the context file */ fflush(stdout); - switch (pid = vfork()) { + switch (pid = m_vfork()) { case -1: advise ("fork", "unable to"); return -1;