patch-1.3.42 linux/include/asm-i386/ioctl.h

Next file: linux/include/asm-i386/smp.h
Previous file: linux/fs/super.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.41/linux/include/asm-i386/ioctl.h linux/include/asm-i386/ioctl.h
@@ -43,8 +43,8 @@
  * Direction bits.
  */
 #define _IOC_NONE	0U
-#define _IOC_READ	1U
-#define _IOC_WRITE	2U
+#define _IOC_WRITE	1U
+#define _IOC_READ	2U
 
 #define _IOC(dir,type,nr,size) \
 	(((dir)  << _IOC_DIRSHIFT) | \

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