X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/4548981fb45fbc917cc2c26b7c96b31cfa14bc9b..7d2c0f47e69415ffb3425f46f0fd78a984e119e2:/sbr/refile.c?ds=inline 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;