|
|
1.1 root 1: /* (-lgl
2: * COHERENT Version 3.1.0
3: * Copyright (c) 1982, 1990 by Mark Williams Company.
4: * All rights reserved. May not be copied without permission.
5: -lgl) */
6: #ifndef UTSNAME_H
7: #define UTSNAME_H UTSNAME_H
8:
9: struct utsname {
10: char sysname[9];
11: char nodename[9];
12: char release[9];
13: char version[9];
14: char machine[9];
15: };
16:
17: extern struct utsname utsname;
18:
19: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.