fix TIOCMSET in mips ioctl.h
authorSzabolcs Nagy <nsz@port70.net>
Sun, 3 Jul 2016 15:06:03 +0000 (17:06 +0200)
committerRich Felker <dalias@aerifal.cx>
Sun, 3 Jul 2016 18:54:35 +0000 (14:54 -0400)
it seems it was a typo.

arch/mips/bits/ioctl.h
arch/mips64/bits/ioctl.h
arch/mipsn32/bits/ioctl.h

index ce80eb6a9c6c9f5f2f855ceb782620aa312bdaea..accd7af2fa0b1521a959d4462ffbabd45b7d0fa1 100644 (file)
@@ -27,7 +27,7 @@
 #define TIOCMGET       0x741D
 #define TIOCMBIS       0x741B
 #define TIOCMBIC       0x741C
-#define TIOCMSET       0x741D
+#define TIOCMSET       0x741A
 
 #define TIOCPKT                0x5470
 #define TIOCSWINSZ     _IOW('t', 103, struct winsize)
index ce80eb6a9c6c9f5f2f855ceb782620aa312bdaea..accd7af2fa0b1521a959d4462ffbabd45b7d0fa1 100644 (file)
@@ -27,7 +27,7 @@
 #define TIOCMGET       0x741D
 #define TIOCMBIS       0x741B
 #define TIOCMBIC       0x741C
-#define TIOCMSET       0x741D
+#define TIOCMSET       0x741A
 
 #define TIOCPKT                0x5470
 #define TIOCSWINSZ     _IOW('t', 103, struct winsize)
index ce80eb6a9c6c9f5f2f855ceb782620aa312bdaea..accd7af2fa0b1521a959d4462ffbabd45b7d0fa1 100644 (file)
@@ -27,7 +27,7 @@
 #define TIOCMGET       0x741D
 #define TIOCMBIS       0x741B
 #define TIOCMBIC       0x741C
-#define TIOCMSET       0x741D
+#define TIOCMSET       0x741A
 
 #define TIOCPKT                0x5470
 #define TIOCSWINSZ     _IOW('t', 103, struct winsize)