Fix additional const issues.

This commit is contained in:
nekral-guest
2010-08-21 19:22:32 +00:00
parent 791ebc58dd
commit c56d59c90b
4 changed files with 6 additions and 5 deletions

View File

@@ -200,7 +200,7 @@ static void read_env_file (const char *filename)
void setup_env (struct passwd *info)
{
#ifndef USE_PAM
char *envf;
const char *envf;
#endif
const char *cp;