|
|
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[15];
9: char nodename[15];
10: char release[15];
11: char version[15];
12: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.