X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2Fshowfile.c;h=59ae7952b2b6f2cc61858b7231d9962492691845;hb=f2f6f08eee1d6b084221f9899c4472e6f57230b7;hp=17f84b9c98b519f36248b28771a89125581807e8;hpb=4548981fb45fbc917cc2c26b7c96b31cfa14bc9b;p=mmh diff --git a/sbr/showfile.c b/sbr/showfile.c index 17f84b9..59ae795 100644 --- a/sbr/showfile.c +++ b/sbr/showfile.c @@ -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");