diff options
Diffstat (limited to 'usr.bin/make/engine.h')
-rw-r--r-- | usr.bin/make/engine.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/engine.h b/usr.bin/make/engine.h index e41dcf92dde..01be736e7b0 100644 --- a/usr.bin/make/engine.h +++ b/usr.bin/make/engine.h @@ -1,6 +1,6 @@ #ifndef ENGINE_H #define ENGINE_H -/* $OpenBSD: engine.h,v 1.6 2008/11/04 07:22:35 espie Exp $ */ +/* $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,7 +73,7 @@ extern volatile sig_atomic_t got_SIGINT, got_SIGHUP, got_SIGQUIT, extern void SigHandler(int); extern int run_gnode(GNode *); -extern int run_prepared_gnode(GNode *, int); +extern void run_gnode_parallel(GNode *); extern void expand_commands(GNode *); extern void setup_engine(void); |