Annotation of 43BSD/etc/dump.4.1/include.4.1/sys/stat.h, revision 1.1

1.1     ! root        1: /*     stat.h  4.3     82/02/27        */
        !             2: 
        !             3: struct stat
        !             4: {
        !             5:        dev_t   st_dev;
        !             6:        ino_t   st_ino;
        !             7:        unsigned short st_mode;
        !             8:        short   st_nlink;
        !             9:        short   st_uid;
        !            10:        short   st_gid;
        !            11:        dev_t   st_rdev;
        !            12:        off_t   st_size;
        !            13:        time_t  st_atime;
        !            14:        time_t  st_mtime;
        !            15:        time_t  st_ctime;
        !            16: };
        !            17: 
        !            18: #define        S_IFMT  0170000         /* type of file */
        !            19: #define                S_IFDIR 0040000 /* directory */
        !            20: #define                S_IFCHR 0020000 /* character special */
        !            21: #define                S_IFBLK 0060000 /* block special */
        !            22: #define                S_IFREG 0100000 /* regular */
        !            23: #define                S_IFLNK 0120000 /* symbolic link */
        !            24: #define        S_ISUID 0004000         /* set user id on execution */
        !            25: #define        S_ISGID 0002000         /* set group id on execution */
        !            26: #define        S_ISVTX 0001000         /* save swapped text even after use */
        !            27: #define        S_IREAD 0000400         /* read permission, owner */
        !            28: #define        S_IWRITE 0000200        /* write permission, owner */
        !            29: #define        S_IEXEC 0000100         /* execute/search permission, owner */

unix.superglobalmegacorp.com

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