=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/pwd.h,v retrieving revision 1.24 retrieving revision 1.25 diff -c -r1.24 -r1.25 *** src/include/pwd.h 2015/11/18 16:44:46 1.24 --- src/include/pwd.h 2017/03/09 10:13:03 1.25 *************** *** 1,4 **** ! /* $OpenBSD: pwd.h,v 1.24 2015/11/18 16:44:46 tedu Exp $ */ /* $NetBSD: pwd.h,v 1.9 1996/05/15 21:36:45 jtc Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: pwd.h,v 1.25 2017/03/09 10:13:03 fcambus Exp $ */ /* $NetBSD: pwd.h,v 1.9 1996/05/15 21:36:45 jtc Exp $ */ /*- *************** *** 96,104 **** struct passwd *getpwuid_shadow(uid_t); struct passwd *getpwnam_shadow(const char *); int getpwnam_r(const char *, struct passwd *, char *, size_t, ! struct passwd **result); ! int getpwuid_r(uid_t uid, struct passwd *, char *buf, size_t buflen, ! struct passwd **result); #if __BSD_VISIBLE || __XPG_VISIBLE struct passwd *getpwent(void); void setpwent(void); --- 96,104 ---- struct passwd *getpwuid_shadow(uid_t); struct passwd *getpwnam_shadow(const char *); int getpwnam_r(const char *, struct passwd *, char *, size_t, ! struct passwd **); ! int getpwuid_r(uid_t, struct passwd *, char *, size_t, ! struct passwd **); #if __BSD_VISIBLE || __XPG_VISIBLE struct passwd *getpwent(void); void setpwent(void);