--- libelwix/src/pio.c 2024/10/10 23:55:49 1.9 +++ libelwix/src/pio.c 2024/10/26 14:42:34 1.9.6.1 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: pio.c,v 1.9 2024/10/10 23:55:49 misho Exp $ +* $Id: pio.c,v 1.9.6.1 2024/10/26 14:42:34 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -159,7 +159,7 @@ e_popen2(const char *command, const char *type, pid_t argv[3] = NULL; THREAD_LOCK(); - switch (pid = vfork()) { + switch (pid = fork()) { case -1: /* Error. */ LOGERR; THREAD_UNLOCK();