fix to do writes in memory properly
[unix-history] / usr / src / old / adb / adb.vax / head.h
CommitLineData
a0f11b5f
BJ
1/* head.h 4.1 81/05/14 */
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