=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/job.h,v retrieving revision 1.32 retrieving revision 1.33 diff -c -r1.32 -r1.33 *** src/usr.bin/make/job.h 2020/01/13 14:51:50 1.32 --- src/usr.bin/make/job.h 2020/01/13 15:19:04 1.33 *************** *** 1,7 **** #ifndef _JOB_H_ #define _JOB_H_ ! /* $OpenBSD: job.h,v 1.32 2020/01/13 14:51:50 espie Exp $ */ /* $NetBSD: job.h,v 1.5 1996/11/06 17:59:10 christos Exp $ */ /* --- 1,7 ---- #ifndef _JOB_H_ #define _JOB_H_ ! /* $OpenBSD: job.h,v 1.33 2020/01/13 15:19:04 espie Exp $ */ /* $NetBSD: job.h,v 1.5 1996/11/06 17:59:10 christos Exp $ */ /* *************** *** 49,58 **** * register a new job running commands associated with building gn. */ extern void Job_Make(GNode *); ! /* Job_Init(maxproc); * setup job handling framework */ ! extern void Job_Init(int); /* interface with the normal build in make.c */ /* okay = can_start_job(); --- 49,58 ---- * register a new job running commands associated with building gn. */ extern void Job_Make(GNode *); ! /* Job_Init(maxproc, compat); * setup job handling framework */ ! extern void Job_Init(int, bool); /* interface with the normal build in make.c */ /* okay = can_start_job();