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
- Lines: 13
- Date:
Sun Aug 4 13:39:07 1996
- Orig file:
v2.0.10/linux/include/asm-alpha/fcntl.h
- Orig date:
Tue Apr 30 13:09:45 1996
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