Commit 5a772eee authored by Ralf Baechle's avatar Ralf Baechle

MIPS: fcntl.h: Use __kernel_off_t, not off_t.

Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent a932fec8
...@@ -61,8 +61,8 @@ ...@@ -61,8 +61,8 @@
struct flock { struct flock {
short l_type; short l_type;
short l_whence; short l_whence;
off_t l_start; __kernel_off_t l_start;
off_t l_len; __kernel_off_t l_len;
long l_sysid; long l_sysid;
__kernel_pid_t l_pid; __kernel_pid_t l_pid;
long pad[4]; long pad[4];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment