--- src/usr.bin/make/job.h 2005/05/23 18:26:25 1.33 +++ src/usr.bin/make/job.h 2005/05/23 20:04:04 1.34 @@ -73,6 +73,6 @@ void Proc_Init(void); struct Buffer *Cmd_Exec(const char *, const char **); -void Compat_Run(struct Lst *, Boolean); +Boolean Compat_Run(struct Lst *, Boolean); #endif /* job_h_4678dfd1 */