declare const for fun
This commit is contained in:
parent
e885d5300a
commit
e87ae0bd4f
@ -31,7 +31,7 @@ static int get_algo(char *a)
|
||||
}
|
||||
|
||||
|
||||
static int update_passwd(const struct passwd *pw, char *crypt_pw)
|
||||
static int update_passwd(const struct passwd *pw, const char *crypt_pw)
|
||||
{
|
||||
char filename[1024];
|
||||
char buf[1025];
|
||||
|
Loading…
Reference in New Issue
Block a user