]> git.marmaro.de Git - mmh/blobdiff - sbr/refile.c
Document the -port switch to inc. Also, fix the -port switch to inc so
[mmh] / sbr / refile.c
index a2a958ddb19261a41ba49e361779dac6a29c4e1d..fc2793c699dae5ee05836982305ff4f2ed8f1516 100644 (file)
@@ -34,7 +34,7 @@ refile (char **arg, char *file)
     context_save();    /* save the context file */
     fflush(stdout);
 
     context_save();    /* save the context file */
     fflush(stdout);
 
-    switch (pid = m_vfork()) {
+    switch (pid = vfork()) {
        case -1: 
            advise ("fork", "unable to");
            return -1;
        case -1: 
            advise ("fork", "unable to");
            return -1;