X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2Fmakedir.c;h=f064f773641092502dd1bb5d8fabdaa19fc8f3ad;hb=b6d09bd20c57ba338690651d5922c724568bc7a0;hp=d5d536cef45e102164420e1a99567cad25ef9911;hpb=6e8aba3714fe8ffc21dbb75ea9efdc41ab87b07f;p=mmh 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;