X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/4548981fb45fbc917cc2c26b7c96b31cfa14bc9b..07808bdbf87f2caf032bfbe8f47fa6c1ab851332:/sbr/showfile.c diff --git a/sbr/showfile.c b/sbr/showfile.c index 17f84b9c..59ae7952 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");