* src/chgpasswd.c, src/chpasswd.c: Removed variable ok, which is

no more used.
This commit is contained in:
nekral-guest 2008-08-31 17:27:56 +00:00
parent 8e6c4b2e07
commit 399f453b4d
3 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2008-08-28 Nicolas François <nicolas.francois@centraliens.net>
* src/chgpasswd.c, src/chpasswd.c: Removed variable ok, which is
no more used.
2008-08-28 Nicolas François <nicolas.francois@centraliens.net>
* src/chage.c: Fix the format for long integers (from %ul to %lu).

View File

@ -374,7 +374,6 @@ int main (int argc, char **argv)
struct group newgr;
int errors = 0;
int line = 0;
int ok;
Prog = Basename (argv[0]);

View File

@ -364,7 +364,6 @@ int main (int argc, char **argv)
int errors = 0;
int line = 0;
long now = (long) time ((time_t *)NULL) / SCALE;
int ok;
Prog = Basename (argv[0]);