patch-2.4.19 linux-2.4.19/include/asm-mips64/fcntl.h

Next file: linux-2.4.19/include/asm-mips64/floppy.h
Previous file: linux-2.4.19/include/asm-mips64/exception.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.18/include/asm-mips64/fcntl.h linux-2.4.19/include/asm-mips64/fcntl.h
@@ -22,8 +22,8 @@
 #define O_EXCL		0x0400	/* not fcntl */
 #define O_NOCTTY	0x0800	/* not fcntl */
 #define FASYNC		0x1000	/* fcntl, for BSD compatibility */
-#define O_LARGEFILE	0x2000	/* allow large file opens - currently ignored */
-#define O_DIRECT	0x8000	/* direct disk access hint - currently ignored */
+#define O_LARGEFILE	0x2000	/* allow large file opens */
+#define O_DIRECT	0x8000	/* direct disk access hint */
 #define O_DIRECTORY	0x10000	/* must be a directory */
 #define O_NOFOLLOW	0x20000	/* don't follow links */
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)