From: Alan Cox Date: Tue, 30 Dec 2014 11:33:10 +0000 (+0000) Subject: tty: correct NOFLUSH to NOFLSH X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=02db834d84f682f53e30a191714ac09e935ebdba;p=FUZIX.git tty: correct NOFLUSH to NOFLSH --- diff --git a/Kernel/include/tty.h b/Kernel/include/tty.h index 7d6e099e..47eb544e 100644 --- a/Kernel/include/tty.h +++ b/Kernel/include/tty.h @@ -110,7 +110,7 @@ struct termios { #define ICANON 0x0010 /* Supported */ #define IEXTEN 0x0020 #define ISIG 0x0040 /* Supported */ -#define NOFLUSH 0x0080 +#define NOFLSH 0x0080 #define TOSTOP 0x0100 #define XCASE 0x0200