|
|
1.1 ! root 1: /* head.h 4.1 81/05/14 */ ! 2: ! 3: ADDR maxoff; ! 4: ADDR localval; ! 5: ! 6: struct nlist *symtab, *esymtab; ! 7: struct nlist *cursym; ! 8: struct nlist *lookup(); ! 9: ! 10: struct exec filhdr; ! 11: ! 12: long var[36]; ! 13: ! 14: int xargc; ! 15: ! 16: MAP txtmap; ! 17: MAP datmap; ! 18: INT wtflag; ! 19: INT fcor; ! 20: INT fsym; ! 21: L_INT maxfile; ! 22: L_INT maxstor; ! 23: INT signo; ! 24: ! 25: union { ! 26: struct user U; ! 27: char UU[ctob(UPAGES)]; ! 28: } udot; ! 29: #define u udot.U ! 30: ! 31: char *corfil, *symfil; ! 32:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.