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

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

unix.superglobalmegacorp.com

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