X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2Frefile.c;h=fc2793c699dae5ee05836982305ff4f2ed8f1516;hb=f2f6f08eee1d6b084221f9899c4472e6f57230b7;hp=a2a958ddb19261a41ba49e361779dac6a29c4e1d;hpb=4548981fb45fbc917cc2c26b7c96b31cfa14bc9b;p=mmh diff --git a/sbr/refile.c b/sbr/refile.c index a2a958d..fc2793c 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 = m_vfork()) { + switch (pid = vfork()) { case -1: advise ("fork", "unable to"); return -1;