X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/ea753f01343768ef27bd27d5eca987a602e3949e..88b27ae07f694e90637c2a852b754539c2f70172:/sbr/refile.c diff --git a/sbr/refile.c b/sbr/refile.c index a2a958dd..fc2793c6 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;