|
|
1.1 root 1: /* tar.h */
2:
3: #define TBLOCK 512
4: #define NAMSIZ 100
5:
6: union hblock {
7: char dummy[TBLOCK];
8: struct header {
9: char name[NAMSIZ];
10: char mode[8];
11: char gid[8];
12: char uid[8];
13: char size[12];
14: char mtime[12];
15: char chksum[8];
16: char linkflag;
17: char linkname[NAMSIZ];
18: } dbuf;
19: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.