From 849ce2df7ab7ea1dabbdf04f1944f378075314cf Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Tue, 18 Oct 2011 19:09:57 +0200 Subject: make st_size in struct stat 64 bit Signed-off-by: Sascha Hauer --- include/linux/stat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/linux/stat.h b/include/linux/stat.h index bc7dce4508..af022c5c79 100644 --- a/include/linux/stat.h +++ b/include/linux/stat.h @@ -52,7 +52,7 @@ struct stat { unsigned short st_gid; unsigned short st_rdev; unsigned short __pad2; - unsigned long st_size; + loff_t st_size; unsigned long st_blksize; unsigned long st_blocks; unsigned long st_atime; -- cgit v1.2.3