From: Ralf Baechle Date: Tue, 18 Jun 2013 11:39:12 +0000 (+0200) Subject: MIPS: fcntl.h: Use __kernel_off_t, not off_t. X-Git-Tag: next-20130619~105^2~9 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=6c3a2d140d3b67e1564ee94727f0d43a2cdeb9f5;p=karo-tx-linux.git MIPS: fcntl.h: Use __kernel_off_t, not off_t. Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/include/uapi/asm/fcntl.h b/arch/mips/include/uapi/asm/fcntl.h index 07afa6fe1e44..314c79b76d2a 100644 --- a/arch/mips/include/uapi/asm/fcntl.h +++ b/arch/mips/include/uapi/asm/fcntl.h @@ -61,8 +61,8 @@ struct flock { short l_type; short l_whence; - off_t l_start; - off_t l_len; + __kernel_off_t l_start; + __kernel_off_t l_len; long l_sysid; __kernel_pid_t l_pid; long pad[4];