From 809495f7b77abba57cd6da600d9dbcf6d2d8f73b Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Sun, 3 Jul 2016 17:06:03 +0200 Subject: fix TIOCMSET in mips ioctl.h it seems it was a typo. --- arch/mipsn32/bits/ioctl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/mipsn32') diff --git a/arch/mipsn32/bits/ioctl.h b/arch/mipsn32/bits/ioctl.h index ce80eb6a..accd7af2 100644 --- a/arch/mipsn32/bits/ioctl.h +++ b/arch/mipsn32/bits/ioctl.h @@ -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) -- cgit v1.2.1