patch-2.4.10 linux/include/asm-alpha/fcntl.h
Next file: linux/include/asm-alpha/hw_irq.h
Previous file: linux/include/asm-alpha/core_wildfire.h
Back to the patch index
Back to the overall index
- Lines: 12
- Date:
Mon Sep 17 13:16:30 2001
- Orig file:
v2.4.9/linux/include/asm-alpha/fcntl.h
- Orig date:
Sun Oct 8 09:04:04 2000
diff -u --recursive --new-file v2.4.9/linux/include/asm-alpha/fcntl.h linux/include/asm-alpha/fcntl.h
@@ -17,10 +17,10 @@
#define O_NDELAY O_NONBLOCK
#define O_SYNC 040000
#define FASYNC 020000 /* fcntl, for BSD compatibility */
-#define O_DIRECT 040000 /* direct disk access - should check with OSF/1 */
#define O_DIRECTORY 0100000 /* must be a directory */
#define O_NOFOLLOW 0200000 /* don't follow links */
#define O_LARGEFILE 0400000 /* will be set by the kernel on every open */
+#define O_DIRECT 02000000 /* direct disk access - should check with OSF/1 */
#define F_DUPFD 0 /* dup */
#define F_GETFD 1 /* get close_on_exec */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)