--- src/usr.bin/make/job.c 2005/04/28 18:47:27 1.83 +++ src/usr.bin/make/job.c 2005/04/28 18:48:31 1.84 @@ -496,6 +496,8 @@ static struct Shell *JobMatchShell(const static void JobInterrupt(int, int); static void JobRestartJobs(void); static void ProcExec(ProcStuff *) __dead2; +static int Compat_RunCommand(char *, struct GNode *); + /* * The following array is used to make a fast determination of which @@ -3270,7 +3272,7 @@ CompatInterrupt(int signo) * *----------------------------------------------------------------------- */ -int +static int Compat_RunCommand(char *cmd, GNode *gn) { char *cmdStart; /* Start of expanded command */