declare const for fun

This commit is contained in:
Mike Frysinger 2006-01-08 11:15:53 +00:00
parent e885d5300a
commit e87ae0bd4f

View File

@ -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];