]> git.marmaro.de Git - mmh/blobdiff - sbr/makedir.c
Wrapped setjmp(), sigsetjmp(), and vfork() calls to silence gcc -Wclobbered for good...
[mmh] / sbr / makedir.c
index 4337b7cea06b252a6336bfc6765daedd41632238..bbeef80b1db3414a4fa9c1df5168ee611b3b1d0f 100644 (file)
@@ -85,7 +85,7 @@ makedir (char *dir)
           nested directories like the above code can.
 
           -- Dan Harkless <dan-nmh@dilvish.speed.net> */
-       switch (pid = vfork()) {
+       switch (pid = m_vfork()) {
            case -1: 
                advise ("fork", "unable to");
                return 0;