X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Fmakedir.c;h=f064f773641092502dd1bb5d8fabdaa19fc8f3ad;hp=d5d536cef45e102164420e1a99567cad25ef9911;hb=4c0c2fb7766546cb466f05f76e5febd5d8f682e0;hpb=6e8aba3714fe8ffc21dbb75ea9efdc41ab87b07f diff --git a/sbr/makedir.c b/sbr/makedir.c index d5d536c..f064f77 100644 --- a/sbr/makedir.c +++ b/sbr/makedir.c @@ -91,7 +91,7 @@ makedir(char *dir) ** directories like the above code can. ** -- Dan Harkless */ - switch (pid = vfork()) { + switch (pid = fork()) { case -1: advise("fork", "unable to"); return 0;