date and time created 88/03/30 14:46:07 by bostic
[unix-history] / usr / src / old / adb / adb.tahoe / head.h
CommitLineData
35b25bdb
SL
1/* head.h 1.1 86/02/25 */
2
3ADDR maxoff;
4ADDR localval;
5
6struct nlist *symtab, *esymtab;
7struct nlist *cursym;
8struct nlist *lookup();
9
10struct exec filhdr;
11
12long var[36];
13
14int xargc;
15
16MAP txtmap;
17MAP datmap;
18INT wtflag;
19INT fcor;
20INT fsym;
21L_INT maxfile;
22L_INT maxstor;
23INT signo;
24
25union {
26 struct user U;
27 char UU[ctob(UPAGES)];
28} udot;
29#define u udot.U
30
31char *corfil, *symfil;
32