]> diplodocus.org Git - nmh/blobdiff - sbr/makedir.c
More test-mhmail probing.
[nmh] / sbr / makedir.c
index bbeef80b1db3414a4fa9c1df5168ee611b3b1d0f..2a8cbfc50cb68fb2486473cdff25f06561e9f3d4 100644 (file)
@@ -85,7 +85,7 @@ makedir (char *dir)
           nested directories like the above code can.
 
           -- Dan Harkless <dan-nmh@dilvish.speed.net> */
-       switch (pid = m_vfork()) {
+       switch (pid = fork()) {
            case -1: 
                advise ("fork", "unable to");
                return 0;