s/vfork/fork/
[mmh] / sbr / makedir.c
index d5d536c..f064f77 100644 (file)
@@ -91,7 +91,7 @@ makedir(char *dir)
                ** directories like the above code can.
                ** -- Dan Harkless <dan-nmh@dilvish.speed.net>
                */
-               switch (pid = vfork()) {
+               switch (pid = fork()) {
                case -1:
                        advise("fork", "unable to");
                        return 0;