Sun May 12 19:19:43 1996 Aaron Digulla <digulla@fh-konstanz.de>
authorRoland McGrath <roland@redhat.com>
Mon, 13 May 1996 18:40:22 +0000 (18:40 +0000)
committerRoland McGrath <roland@redhat.com>
Mon, 13 May 1996 18:40:22 +0000 (18:40 +0000)
* job.h: No envp on Amiga

job.h

diff --git a/job.h b/job.h
index 82814aa..abd7167 100644 (file)
--- 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;