From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/9880 Path: news.gmane.org!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: [PATCH 15/16] fix CBAUDEX in powerpc termios.h Date: Sun, 10 Apr 2016 14:16:07 +0200 Message-ID: References: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1460290587 26584 80.91.229.3 (10 Apr 2016 12:16:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 10 Apr 2016 12:16:27 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-9893-gllmg-musl=m.gmane.org@lists.openwall.com Sun Apr 10 14:16:27 2016 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1apEHw-0001HE-VY for gllmg-musl@m.gmane.org; Sun, 10 Apr 2016 14:16:25 +0200 Original-Received: (qmail 30071 invoked by uid 550); 10 Apr 2016 12:16:23 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 30036 invoked from network); 10 Apr 2016 12:16:19 -0000 Mail-Followup-To: musl@lists.openwall.com Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Xref: news.gmane.org gmane.linux.lib.musl.general:9880 Archived-At: 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