|
Message-ID: <bce7392d9cce108841bdf901d75f79b60a616de8.1467552244.git.nsz@port70.net> Date: Sun, 3 Jul 2016 17:09:51 +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 +- arch/powerpc64/bits/termios.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 diff --git a/arch/powerpc64/bits/termios.h b/arch/powerpc64/bits/termios.h index d2fc297..7f67baf 100644 --- a/arch/powerpc64/bits/termios.h +++ b/arch/powerpc64/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.8.1
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.