Annotation of researchv9/include/grp.h, revision 1.1.1.1

1.1       root        1: struct group { /* see getgrent(3) */
                      2:        char    *gr_name;
                      3:        char    *gr_passwd;
                      4:        int     gr_gid;
                      5:        char    **gr_mem;
                      6: };
                      7: extern struct group *getgrent();
                      8: extern struct group *getgrgid();
                      9: extern struct group *getgrnam();

unix.superglobalmegacorp.com

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