X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=arch%2Fum%2Fdrivers%2Fcow_sys.h;h=7a5b4afde6929474f8422ab681076dd430ebaed1;hb=69cd291c6bbc6647fe3783257c5a2e076e808f71;hp=94de4ead4f7a2533ee2cac6501acf925a5aa0ba2;hpb=2cb5b6beef3a3357ef1f2a580d5e2284516efc39;p=pandora-kernel.git diff --git a/arch/um/drivers/cow_sys.h b/arch/um/drivers/cow_sys.h index 94de4ead4f7a..7a5b4afde692 100644 --- a/arch/um/drivers/cow_sys.h +++ b/arch/um/drivers/cow_sys.h @@ -28,7 +28,7 @@ static inline int cow_seek_file(int fd, __u64 offset) return(os_seek_file(fd, offset)); } -static inline int cow_file_size(char *file, __u64 *size_out) +static inline int cow_file_size(char *file, unsigned long long *size_out) { return(os_file_size(file, size_out)); }