fileinfo: change returntype of os_fileinfo_size

off_t -> uint64_t
This commit is contained in:
Stefan Hoffmann
2014-08-27 22:36:38 +02:00
parent 10813ce38c
commit 7ac191ab10
5 changed files with 6 additions and 6 deletions

View File

@@ -4790,7 +4790,7 @@ buf_check_timestamp (
int helpmesg = FALSE;
int reload = FALSE;
int can_reload = FALSE;
off_t orig_size = buf->b_orig_size;
uint64_t orig_size = buf->b_orig_size;
int orig_mode = buf->b_orig_mode;
static int busy = FALSE;
int n;