=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/engine.h,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** src/usr.bin/make/engine.h 2007/11/03 14:05:39 1.4 --- src/usr.bin/make/engine.h 2008/01/29 22:23:10 1.5 *************** *** 1,6 **** #ifndef ENGINE_H #define ENGINE_H ! /* $OpenBSD: engine.h,v 1.4 2007/11/03 14:05:39 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.5 2008/01/29 22:23:10 espie Exp $ */ /* * Copyright (c) 1988, 1989, 1990 The Regents of the University of California. *************** *** 71,77 **** got_SIGTERM, got_SIGTSTP, got_SIGTTOU, got_SIGTTIN, got_SIGWINCH; extern void SigHandler(int); ! extern int run_gnode(GNode *, int); extern void setup_engine(void); --- 71,79 ---- got_SIGTERM, got_SIGTSTP, got_SIGTTOU, got_SIGTTIN, got_SIGWINCH; 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);