kernel/arch/um/drivers/cow.h
.. .. @@ -11,7 +11,7 @@ 11 11 extern int file_reader(__u64 offset, char *buf, int len, void *arg); 12 12 extern int read_cow_header(int (*reader)(__u64, char *, int, void *), 13 13 void *arg, __u32 *version_out, 14 - char **backing_file_out, time_t *mtime_out,14 + char **backing_file_out, long long *mtime_out,15 15 unsigned long long *size_out, int *sectorsize_out, 16 16 __u32 *align_out, int *bitmap_offset_out); 17 17