]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly job.c.~69~
authorRoland McGrath <roland@redhat.com>
Fri, 5 Jun 1992 01:04:26 +0000 (01:04 +0000)
committerRoland McGrath <roland@redhat.com>
Fri, 5 Jun 1992 01:04:26 +0000 (01:04 +0000)
job.c

diff --git a/job.c b/job.c
index 31178ea64a858bef6779998f662562373a652ab7..51aa92b5e10a5e3ef511e430ad9e0922baac435e 100644 (file)
--- a/job.c
+++ b/job.c
@@ -117,12 +117,14 @@ extern int geteuid (), getegid ();
 extern int setgid (), getgid ();
 #endif /* GNU C library.  */
 
+#ifndef        getdtablesize
 #ifndef USG
 extern int getdtablesize ();
 #else
 #include <sys/param.h>
 #define getdtablesize() NOFILE
 #endif
+#endif
 
 extern void wait_to_start_job ();
 extern int start_remote_job_p ();