/* lib/passwd.h by Julian Stacey */ struct passwd { char *pw_name; char *pw_passwd; int pw_uid; int pw_gid; int pw_quota; char *pw_comment; char *pw_gecos; char *pw_dir; char *pw_shell; char *pw_shargs; /* shell args - not in BSD4.2 */ }; /* typical BSD4.2 /etc/passwd entry: julian:_____________:800:40:& Stacey:/usr/home/jhs:/bin/csh */