X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2Frefile.c;h=fc2793c699dae5ee05836982305ff4f2ed8f1516;hb=0f0af4e32a4d734209c16282b63f7cb1094e2699;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;