patch-1.3.98 linux/fs/fcntl.c
Next file: linux/fs/locks.c
Previous file: linux/fs/ext2/super.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Sat May 4 19:39:22 1996
- Orig file:
v1.3.97/linux/fs/fcntl.c
- Orig date:
Sat Apr 27 15:19:58 1996
diff -u --recursive --new-file v1.3.97/linux/fs/fcntl.c linux/fs/fcntl.c
@@ -85,7 +85,7 @@
if (!(arg & FASYNC) && (filp->f_flags & FASYNC) &&
filp->f_op->fasync)
filp->f_op->fasync(filp->f_inode, filp, 0);
- /* requiered for SunOS emulation */
+ /* required for SunOS emulation */
if (O_NONBLOCK != O_NDELAY)
if (arg & O_NDELAY)
arg |= O_NONBLOCK;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this