Annotation of 43BSDTahoe/include/pwd.h, revision 1.1.1.1

1.1       root        1: /*     pwd.h   4.1     83/05/03        */
                      2: 
                      3: struct passwd { /* see getpwent(3) */
                      4:        char    *pw_name;
                      5:        char    *pw_passwd;
                      6:        int     pw_uid;
                      7:        int     pw_gid;
                      8:        int     pw_quota;
                      9:        char    *pw_comment;
                     10:        char    *pw_gecos;
                     11:        char    *pw_dir;
                     12:        char    *pw_shell;
                     13: };
                     14: 
                     15: struct passwd *getpwent(), *getpwuid(), *getpwnam();

unix.superglobalmegacorp.com

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