|
|
1.1 root 1: /*
2: * structure for the "uname" system call. This file is
3: * not used by the operating system proper, but is included
4: * here for compatibility with the BTL development UNIX systems.
5: */
6:
7: struct utsname {
8: char sysname[9];
9: char nodename[9];
10: char release[9];
11: char version[9];
12: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.