This should have gone into the #else'd branch in
8451bed8b06d, and
should have been removed in
3e602b58a2aa.
Fixes: 8451bed8b06d ("[svn-upgrade] Integrating new upstream version, shadow (4.0.13)")
Fixes: 3e602b58a2aa ("Remove HAVE_STRFTIME ifdefs")
Signed-off-by: Alejandro Colomar <alx@kernel.org>
struct tm *tp;
char lasttimeb[256];
char *lasttime = lasttimeb;
- time_t NOW;
if (0 == fail->fail_cnt) {
return;
}
tp = localtime (&(fail->fail_time));
- (void) time (&NOW);
/*
* Print all information we have.