]> git.marmaro.de Git - mmh/blobdiff - sbr/showfile.c
Well the wrap of vfork() calls didn't work: its semantics don't allow that. So...
[mmh] / sbr / showfile.c
index 17f84b9c98b519f36248b28771a89125581807e8..59ae7952b2b6f2cc61858b7231d9962492691845 100644 (file)
@@ -28,7 +28,7 @@ showfile (char **arg, char *file)
     if (!strcmp (r1bindex (lproc, '/'), "mhl"))
        lproc = mhlproc;
 
-    switch (pid = m_vfork()) {
+    switch (pid = vfork()) {
     case -1:
        /* fork error */
        advise ("fork", "unable to");