X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2Fmakedir.c;h=4337b7cea06b252a6336bfc6765daedd41632238;hb=8e79ce1919d9cf54f101a812e0fd70a33286b9f3;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;