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