X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/2da0ccddf331780cb75a7aadbda658428fd68b1a..3ffa6b49df5b42905c5290d9e6c4e71de0d15fd6:/usr/src/old/make/defs diff --git a/usr/src/old/make/defs b/usr/src/old/make/defs index 3070963478..64833c1856 100644 --- a/usr/src/old/make/defs +++ b/usr/src/old/make/defs @@ -1,6 +1,8 @@ -/* defs 4.2 81/03/15 */ +/* defs 4.6 83/07/01 */ #include #include +#include +#include #define SHELLCOM "/bin/sh" @@ -25,7 +27,7 @@ typedef long int TIMETYPE; #define NLEFTS 512 #define NCHARS 500 #define NINTS 250 -#define INMAX 2500 +#define INMAX 3500 #define OUTMAX 3500 #define QBUFMAX 2500 #define MAXDIR 10 @@ -111,13 +113,13 @@ struct pattern }; extern struct pattern *firstpat; -struct opendir +struct dirhdr { - struct opendir *nxtopendir; - FILE * dirfc; + struct dirhdr *nxtopendir; + DIR *dirfc; char *dirn; }; -extern struct opendir *firstod; +extern struct dirhdr *firstod; struct chain