X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2Fmakedir.c;h=4337b7cea06b252a6336bfc6765daedd41632238;hb=f2f6f08eee1d6b084221f9899c4472e6f57230b7;hp=bbeef80b1db3414a4fa9c1df5168ee611b3b1d0f;hpb=4548981fb45fbc917cc2c26b7c96b31cfa14bc9b;p=mmh diff --git a/sbr/makedir.c b/sbr/makedir.c index bbeef80..4337b7c 100644 --- a/sbr/makedir.c +++ b/sbr/makedir.c @@ -85,7 +85,7 @@ makedir (char *dir) nested directories like the above code can. -- Dan Harkless */ - switch (pid = m_vfork()) { + switch (pid = vfork()) { case -1: advise ("fork", "unable to"); return 0;