X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/ccafa194418b6f43f6aebda81a9eb854318ff72f..c47ba3479d8defef597649215a579309b20f795e:/uip/mhlsbr.c diff --git a/uip/mhlsbr.c b/uip/mhlsbr.c index f87c47d3..4f12b6d6 100644 --- a/uip/mhlsbr.c +++ b/uip/mhlsbr.c @@ -1657,7 +1657,7 @@ m_popen (char *name) if (pipe (pd) == NOTOK) adios ("pipe", "unable to"); - switch (m_pid = vfork()) { + switch (m_pid = fork()) { case NOTOK: adios ("fork", "unable to");