X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/4548981fb45fbc917cc2c26b7c96b31cfa14bc9b..16e8854330e53d608f4db3b26544fdcf7d75f6e7:/uip/mhlsbr.c diff --git a/uip/mhlsbr.c b/uip/mhlsbr.c index b4948128..6335463f 100644 --- a/uip/mhlsbr.c +++ b/uip/mhlsbr.c @@ -1587,7 +1587,7 @@ doface (struct mcomp *c1) return NOTOK; } - for (i = 0; (child_id = m_vfork()) == NOTOK && i < 5; i++) + for (i = 0; (child_id = vfork()) == NOTOK && i < 5; i++) sleep (5); switch (child_id) { @@ -1761,7 +1761,7 @@ m_popen (char *name) if (pipe (pd) == NOTOK) adios ("pipe", "unable to"); - switch (m_pid = m_vfork()) { + switch (m_pid = vfork()) { case NOTOK: adios ("fork", "unable to");