Annotation of linux/include/sys/utsname.h, revision 1.1.1.1

1.1       root        1: #ifndef _SYS_UTSNAME_H
                      2: #define _SYS_UTSNAME_H
                      3: 
                      4: #include <sys/types.h>
                      5: 
                      6: struct utsname {
                      7:        char sysname[9];
                      8:        char nodename[9];
                      9:        char release[9];
                     10:        char version[9];
                     11:        char machine[9];
                     12: };
                     13: 
                     14: extern int uname(struct utsname * utsbuf);
                     15: 
                     16: #endif

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.