projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a932fec
)
MIPS: fcntl.h: Use __kernel_off_t, not off_t.
author
Ralf Baechle
<ralf@linux-mips.org>
Tue, 18 Jun 2013 11:39:12 +0000
(13:39 +0200)
committer
Ralf Baechle
<ralf@linux-mips.org>
Mon, 1 Jul 2013 13:10:53 +0000
(15:10 +0200)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/uapi/asm/fcntl.h
patch
|
blob
|
history
diff --git
a/arch/mips/include/uapi/asm/fcntl.h
b/arch/mips/include/uapi/asm/fcntl.h
index 07afa6fe1e441185908e786e95136301dab30c2e..314c79b76d2a7f704247f18018a2b38a407e9868 100644
(file)
--- 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];