=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/job.h,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- src/usr.bin/make/job.h 2007/09/17 11:43:12 1.16 +++ src/usr.bin/make/job.h 2007/09/17 12:01:16 1.17 @@ -2,7 +2,7 @@ #define _JOB_H_ /* $OpenPackages$ */ -/* $OpenBSD: job.h,v 1.16 2007/09/17 11:43:12 espie Exp $ */ +/* $OpenBSD: job.h,v 1.17 2007/09/17 12:01:16 espie Exp $ */ /* $NetBSD: job.h,v 1.5 1996/11/06 17:59:10 christos Exp $ */ /* @@ -46,7 +46,7 @@ * Definitions pertaining to the running of jobs in parallel mode. */ -extern void Job_CatchChildren(bool); +extern void Job_CatchChildren(void); extern void Job_CatchOutput(void); extern void Job_Make(GNode *); extern void Job_Init(int, int);