mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
recoverdisk(1): Change time variables to time_t to compile on i386
Reported by: fluffy PR: 288550
This commit is contained in:
parent
8526152048
commit
0d9aa2a441
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue