* lib/prototypes.h, libmisc/age.c, src/expiry.c, src/login.c: A

shadow entry is now sufficient for agecheck. Remove the first
	passwd entry parameter.
This commit is contained in:
nekral-guest
2009-04-11 18:37:08 +00:00
parent 42590e062f
commit cab74eddef
5 changed files with 12 additions and 4 deletions

View File

@@ -65,7 +65,7 @@ extern int add_groups (const char *);
#endif
/* age.c */
extern void agecheck (const struct passwd *, const struct spwd *);
extern void agecheck (const struct spwd *);
extern int expire (const struct passwd *, const struct spwd *);
extern int isexpired (const struct passwd *, const struct spwd *);