Annotation of linux/include/sys/un.h, revision 1.1

1.1     ! root        1: #ifndef _UN_H
        !             2: #define _UN_H
        !             3: 
        !             4: struct sockaddr_un {
        !             5:        u_short sun_family;             /* AF_UNIX */
        !             6:        char sun_path[108];             /* pathname */
        !             7: };
        !             8: 
        !             9: #endif /* _UN_H */

unix.superglobalmegacorp.com

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