s/vfork/fork/
[mmh] / sbr / showfile.c
index 3f23801..78eea64 100644 (file)
@@ -27,7 +27,7 @@ showfile(char **arg, char *file)
        if (!strcmp(mhbasename(lproc), "mhl"))
                lproc = mhlproc;
 
-       switch (pid = vfork()) {
+       switch (pid = fork()) {
        case -1:
                /* fork error */
                advise("fork", "unable to");