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
- Lines: 14
- Date:
Thu Jun 26 12:33:39 1997
- Orig file:
v2.1.43/linux/include/asm-mips/fcntl.h
- Orig date:
Sat Sep 21 23:41:32 1996
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