patch-2.1.44 linux/include/asm-mips/fcntl.h

Next file: linux/include/asm-mips/floppy.h
Previous file: linux/include/asm-mips/errno.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.43/linux/include/asm-mips/fcntl.h linux/include/asm-mips/fcntl.h
@@ -52,10 +52,10 @@
 typedef 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;			/* XXXXXXXXXXXXXXXXXXXXXXXXX */
-	pid_t l_pid;
+	__kernel_pid_t l_pid;
 	long  pad[4];			/* ZZZZZZZZZZZZZZZZZZZZZZZZZZ */
 } flock_t;
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov