From: Roland McGrath Date: Mon, 13 May 1996 18:40:22 +0000 (+0000) Subject: Sun May 12 19:19:43 1996 Aaron Digulla X-Git-Tag: 3.74.4~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4dcc6f6bddcd050404effffd3b753e22930358e;p=thirdparty%2Fmake.git Sun May 12 19:19:43 1996 Aaron Digulla * job.h: No envp on Amiga --- diff --git a/job.h b/job.h index 82814aa0..abd7167e 100644 --- a/job.h +++ b/job.h @@ -58,7 +58,11 @@ extern int child_execute_job PARAMS ((char *argv, struct child *child)); #else extern void child_execute_job PARAMS ((int stdin_fd, int stdout_fd, char **argv, char **envp)); #endif +#ifdef _AMIGA +extern void exec_command PARAMS ((char **argv)); +#else extern void exec_command PARAMS ((char **argv, char **envp)); +#endif extern unsigned int job_slots_used;