|
|
1.1 root 1: /*
2: * D U M P L D . H
3: *
4: * Structures used by dumpld, a debugging line-discipline.
5: * These structures are also referenced by dumpcatch, which takes
6: * output from dumpld and sends it to a file.
7: *
8: *
9: * Written by Kurt Gollhardt (Nirvonics, Inc.)
10: * Last update Fri Mar 29 17:18:35 1985
11: *
12: */
13:
14: struct dumpld {
15: char *base;
16: char *fillp;
17: int size;
18: };
19:
20: struct dumpinf {
21: dev_t dev;
22: };
23:
24: struct dumpheader {
25: short count;
26: char type;
27: char class;
28: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.