Annotation of coherent/d/PS2_KERNEL/include/sys/utsname.h, revision 1.1

1.1     ! root        1: /* (-lgl
        !             2:  *     COHERENT Version 4.0
        !             3:  *     Copyright (c) 1982, 1992 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: #define SYS_NMLN       9
        !            10: 
        !            11: struct utsname {
        !            12:        char    sysname[SYS_NMLN];
        !            13:        char    nodename[SYS_NMLN];
        !            14:        char    release[SYS_NMLN];
        !            15:        char    version[SYS_NMLN];
        !            16:        char    machine[SYS_NMLN];
        !            17: };
        !            18: 
        !            19: extern struct  utsname utsname;
        !            20: 
        !            21: #endif

unix.superglobalmegacorp.com

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