patch-2.0.11 linux/include/asm-alpha/fcntl.h

Next file: linux/include/asm-alpha/posix_types.h
Previous file: linux/include/asm-alpha/elf.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.0.10/linux/include/asm-alpha/fcntl.h linux/include/asm-alpha/fcntl.h
@@ -58,9 +58,9 @@
 struct flock {
 	short l_type;
 	short l_whence;
-	off_t l_start;
-	off_t l_len;
-	pid_t l_pid;
+	__kernel_off_t l_start;
+	__kernel_off_t l_len;
+	__kernel_pid_t l_pid;
 };
 
 #endif

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