|
|
1.1 root 1: /*
2: * Structure of utmp and wtmp files.
3: *
4: * Assuming the number 8 is unwise.
5: */
6: struct utmp {
7: char ut_line[8]; /* tty name */
8: char ut_name[8]; /* user id */
9: long ut_time; /* time on */
10: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.