some const
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7261 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -47,7 +47,7 @@ RCSID("$Id$");
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
static int
|
static int
|
||||||
change_passwd(struct passwd *who)
|
change_passwd(const struct passwd *who)
|
||||||
{
|
{
|
||||||
int status;
|
int status;
|
||||||
pid_t pid;
|
pid_t pid;
|
||||||
@@ -66,7 +66,7 @@ change_passwd(struct passwd *who)
|
|||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
check_shadow(struct passwd *pw, struct spwd *sp)
|
check_shadow(const struct passwd *pw, struct spwd *sp)
|
||||||
{
|
{
|
||||||
long today;
|
long today;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user