recoverdisk(1): Change time variables to time_t to compile on i386

Reported by: fluffy
PR: 288550
This commit is contained in:
Poul-Henning Kamp 2025-07-30 15:28:02 +00:00
parent 8526152048
commit 0d9aa2a441

View file

@ -715,7 +715,7 @@ main(int argc, char * const argv[])
int64_t sz;
int error;
time_t t_now, t_report, t_save;
unsigned snapshot = 60, unsaved;
time_t snapshot = 60, unsaved;
setbuf(stdout, NULL);
setbuf(stderr, NULL);