|
Message-ID: <bf795c0a17eb9824e1f6c307d9bc548efc64c431.1460250248.git.nsz@port70.net> Date: Sun, 10 Apr 2016 14:16:07 +0200 From: Szabolcs Nagy <nsz@...t70.net> To: musl@...ts.openwall.com Subject: [PATCH 15/16] fix CBAUDEX in powerpc termios.h it seems it was a typo. --- arch/powerpc/bits/termios.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc/bits/termios.h b/arch/powerpc/bits/termios.h index d2fc297..7f67baf 100644 --- a/arch/powerpc/bits/termios.h +++ b/arch/powerpc/bits/termios.h @@ -152,7 +152,7 @@ struct termios #define EXTA 0000016 #define EXTB 0000017 #define CBAUD 00377 -#define CBAUDEX 0000000 +#define CBAUDEX 0000020 #define CIBAUD 077600000 #define CMSPAR 010000000000 #define CRTSCTS 020000000000 -- 2.7.2
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.