X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/3b6be5607a251a3a793e97382e251ce66ea2bca0..352808aa57a14f23c612cb9e9e272a5e996c65e1:/sbr/showfile.c?ds=sidebyside diff --git a/sbr/showfile.c b/sbr/showfile.c index c7223c21..369c953b 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 = vfork()) { + switch (pid = fork()) { case -1: /* fork error */ advise ("fork", "unable to");