]> diplodocus.org Git - nmh/blobdiff - sbr/refile.c
Update for post-1.6.
[nmh] / sbr / refile.c
index f0fc76e58feb0e8b50a88976b3dca6e14e7d0b41..c675500f45bd9122f619dcbc6c303600bcd88bdb 100644 (file)
@@ -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;