=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/engine.h,v retrieving revision 1.6 retrieving revision 1.7 diff -c -r1.6 -r1.7 *** src/usr.bin/make/engine.h 2008/11/04 07:22:35 1.6 --- src/usr.bin/make/engine.h 2009/04/26 09:25:49 1.7 *************** *** 1,6 **** #ifndef ENGINE_H #define ENGINE_H ! /* $OpenBSD: engine.h,v 1.6 2008/11/04 07:22:35 espie Exp $ */ /* * Copyright (c) 1988, 1989, 1990 The Regents of the University of California. --- 1,6 ---- #ifndef ENGINE_H #define ENGINE_H ! /* $OpenBSD: engine.h,v 1.7 2009/04/26 09:25:49 espie Exp $ */ /* * Copyright (c) 1988, 1989, 1990 The Regents of the University of California. *************** *** 73,79 **** extern void SigHandler(int); extern int run_gnode(GNode *); ! extern int run_prepared_gnode(GNode *, int); extern void expand_commands(GNode *); extern void setup_engine(void); --- 73,79 ---- extern void SigHandler(int); extern int run_gnode(GNode *); ! extern void run_gnode_parallel(GNode *); extern void expand_commands(GNode *); extern void setup_engine(void);