--- src/usr.bin/make/job.h 2005/07/29 22:48:41 1.37 +++ src/usr.bin/make/job.h 2005/08/03 18:29:02 1.38 @@ -72,6 +72,6 @@ void Sig_Init(bool); struct Buffer *Cmd_Exec(const char *, const char **); -bool Compat_Run(struct Lst *, bool); +int Compat_Run(struct Lst *, bool); #endif /* job_h_4678dfd1 */