s/vfork/fork/
[mmh] / uip / mhlsbr.c
index 927d845..1764aa5 100644 (file)
@@ -1527,7 +1527,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");