Formerly job.c.~83~
authorRoland McGrath <roland@redhat.com>
Mon, 12 Oct 1992 21:58:54 +0000 (21:58 +0000)
committerRoland McGrath <roland@redhat.com>
Mon, 12 Oct 1992 21:58:54 +0000 (21:58 +0000)
job.c

diff --git a/job.c b/job.c
index d049f75..4f83d80 100644 (file)
--- a/job.c
+++ b/job.c
@@ -121,8 +121,10 @@ extern int start_remote_job (), remote_status ();
 static char *sys_siglist[NSIG];
 void init_siglist ();
 #else
+#ifndef        SYS_SIGLIST_DECLARED
 extern char *sys_siglist[];
 #endif
+#endif
 
 RETSIGTYPE child_handler ();
 static void free_child (), start_job_command ();