X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/3b6be5607a251a3a793e97382e251ce66ea2bca0..52ed4ac3f6a9271d60e66f79b1b682fb83bc8bd2:/sbr/refile.c?ds=sidebyside diff --git a/sbr/refile.c b/sbr/refile.c index f0fc76e5..c675500f 100644 --- a/sbr/refile.c +++ b/sbr/refile.c @@ -35,7 +35,7 @@ refile (char **arg, char *file) context_save(); /* save the context file */ fflush(stdout); - switch (pid = vfork()) { + switch (pid = fork()) { case -1: advise ("fork", "unable to"); return -1;