Explorar o código

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

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechle %!s(int64=12) %!d(string=hai) anos
pai
achega
5a772eee55
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      arch/mips/include/uapi/asm/fcntl.h

+ 2 - 2
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];