* src/chgpasswd.c, src/chpasswd.c: Removed variable ok, which is
no more used.
This commit is contained in:
parent
8e6c4b2e07
commit
399f453b4d
@ -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).
|
||||
|
@ -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]);
|
||||
|
||||
|
@ -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]);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user