|
|
1.1 root 1: typedef struct Symtab
2: {
3: short space;
4: char *name;
5: void *value;
6: struct Symtab *next;
7: } Symtab;
8: extern void *symlook();
9:
10: #define S_INODE 1
11: #define S_UID 2
12: #define S_GID 3
13: #define S_FAIL 4 /* fetch */
14: #define S_TOGO 5 /* wormy */
15:
16: extern int sym_mem_fail;
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.