=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/engine.c,v retrieving revision 1.34 retrieving revision 1.35 diff -c -r1.34 -r1.35 *** src/usr.bin/make/engine.c 2012/10/02 10:29:30 1.34 --- src/usr.bin/make/engine.c 2012/10/04 13:20:46 1.35 *************** *** 1,4 **** ! /* $OpenBSD: engine.c,v 1.34 2012/10/02 10:29:30 espie Exp $ */ /* * Copyright (c) 2012 Marc Espie. * --- 1,4 ---- ! /* $OpenBSD: engine.c,v 1.35 2012/10/04 13:20:46 espie Exp $ */ /* * Copyright (c) 2012 Marc Espie. * *************** *** 730,737 **** Punt("Could not fork"); /*NOTREACHED*/ case 0: - /* place ourselves in a different process group */ - setpgid(0, 0); /* put a random delay unless we're the only job running * and there's nothing left to do. */ --- 730,735 ----