Avoid using a variable with the same name as a type.

This commit is contained in:
nekral-guest
2007-12-29 10:47:04 +00:00
parent 388dcee3e4
commit 6ca79a36b0
2 changed files with 21 additions and 20 deletions

View File

@@ -5,6 +5,7 @@
pam API was already checked. No need to validate it again.
* src/chage.c: main() split in new functions: process_flags(),
check_flags(), check_perms(), open_files(), and close_files().
* src/chage.c: Avoid using a variable with the same name as a type.
2007-12-28 Nicolas François <nicolas.francois@centraliens.net>