diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2013-06-18 13:39:12 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-07-01 15:10:53 +0200 |
commit | 5a772eee5544f4f84139868f7cd05806b805610d (patch) | |
tree | 2b7475cfb66ef409eda3703e14f77a387ca49aa8 /arch/mips/include/uapi | |
parent | a932fec84c633a5123b7d449a0588018678684cb (diff) | |
download | blackbird-obmc-linux-5a772eee5544f4f84139868f7cd05806b805610d.tar.gz blackbird-obmc-linux-5a772eee5544f4f84139868f7cd05806b805610d.zip |
MIPS: fcntl.h: Use __kernel_off_t, not off_t.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/include/uapi')
-rw-r--r-- | arch/mips/include/uapi/asm/fcntl.h | 4 |
1 files changed, 2 insertions, 2 deletions
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]; |