diff options
author | Roland McGrath <roland@redhat.com> | 1992-06-05 01:04:26 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-06-05 01:04:26 +0000 |
commit | 39f1bf9ce821af4fb6ad92e1a951abd628d07dc9 (patch) | |
tree | 73c489a3a686e796fd54eca8f9ae677c96c2963a | |
parent | fe8bcf44ef758f3f43ba8713c9dd8e649254a5f9 (diff) | |
download | gunmake-39f1bf9ce821af4fb6ad92e1a951abd628d07dc9.tar.gz |
Formerly job.c.~69~
-rw-r--r-- | job.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 (); |