=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/cmd_exec.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- src/usr.bin/make/cmd_exec.c 2001/05/23 12:34:40 1.1 +++ src/usr.bin/make/cmd_exec.c 2002/07/31 19:29:20 1.2 @@ -1,5 +1,5 @@ /* $OpenPackages$ */ -/* $OpenBSD: cmd_exec.c,v 1.1 2001/05/23 12:34:40 espie Exp $ */ +/* $OpenBSD: cmd_exec.c,v 1.2 2002/07/31 19:29:20 mickey Exp $ */ /* * Copyright (c) 2001 Marc Espie. * @@ -69,7 +69,7 @@ } /* Fork */ - switch (cpid = vfork()) { + switch (cpid = fork()) { case 0: /* Close input side of pipe */ (void)close(fds[0]);