=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/pwd.h,v retrieving revision 1.5 retrieving revision 1.6 diff -c -r1.5 -r1.6 *** src/include/pwd.h 1997/02/16 20:54:28 1.5 --- src/include/pwd.h 1998/07/15 00:50:40 1.6 *************** *** 1,4 **** ! /* $OpenBSD: pwd.h,v 1.5 1997/02/16 20:54:28 provos Exp $ */ /* $NetBSD: pwd.h,v 1.9 1996/05/15 21:36:45 jtc Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: pwd.h,v 1.6 1998/07/15 00:50:40 millert Exp $ */ /* $NetBSD: pwd.h,v 1.9 1996/05/15 21:36:45 jtc Exp $ */ /*- *************** *** 78,85 **** struct passwd { char *pw_name; /* user name */ char *pw_passwd; /* encrypted password */ ! int pw_uid; /* user uid */ ! int pw_gid; /* user gid */ time_t pw_change; /* password change time */ char *pw_class; /* user access class */ char *pw_gecos; /* Honeywell login info */ --- 78,85 ---- struct passwd { char *pw_name; /* user name */ char *pw_passwd; /* encrypted password */ ! uid_t pw_uid; /* user uid */ ! uid_t pw_gid; /* user gid */ time_t pw_change; /* password change time */ char *pw_class; /* user access class */ char *pw_gecos; /* Honeywell login info */