Annotation of 42BSD/include/grp.h, revision 1.1

1.1     ! root        1: /*     grp.h   4.1     83/05/03        */
        !             2: 
        !             3: struct group { /* see getgrent(3) */
        !             4:        char    *gr_name;
        !             5:        char    *gr_passwd;
        !             6:        int     gr_gid;
        !             7:        char    **gr_mem;
        !             8: };
        !             9: 
        !            10: struct group *getgrent(), *getgrgid(), *getgrnam();

unix.superglobalmegacorp.com

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