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