]> Zhao Yanbai Git Server - minix.git/commitdiff
sys/ioccom.h: remove _MINIX_IOCTL_IORW 45/2845/1
authorDavid van Moolenbroek <david@minix3.org>
Mon, 29 Sep 2014 16:02:32 +0000 (16:02 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Mon, 29 Sep 2014 16:16:17 +0000 (16:16 +0000)
It is unused, and does not do what the context suggests it does.

Change-Id: Ic5df9c77e2566a7754e01a444126a6caad2850fc

sys/sys/ioccom.h

index 06ac3656699f0a7808f64e0475d55f3d36cefc44..47276c527fae6f7fae802ced9c593e6255c73eec 100644 (file)
@@ -99,7 +99,6 @@
 /* Decode an ioctl call. */
 #define _MINIX_IOCTL_SIZE(i)            (((i) >> IOCPARM_SHIFT) & IOCPARM_MASK)
 #define _MINIX_IOCTL_IOR(i)             ((i) & IOC_OUT)
-#define _MINIX_IOCTL_IORW(i)            ((i) & IOC_INOUT)
 #define _MINIX_IOCTL_IOW(i)             ((i) & IOC_IN)
 
 /* Recognize and decode size of a 'big' ioctl call. */