From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/8515 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: [PATCH 2/2] reindent powerpc's bits/termios.h to be consistent with other archs Date: Tue, 15 Sep 2015 14:33:36 -0400 Message-ID: <20150915183336.GQ17773@brightrain.aerifal.cx> References: <20150913211300.GC7342@nyan> 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 1442342032 17179 80.91.229.3 (15 Sep 2015 18:33:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 15 Sep 2015 18:33:52 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-8527-gllmg-musl=m.gmane.org@lists.openwall.com Tue Sep 15 20:33:52 2015 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 1Zbv39-0003Z4-JI for gllmg-musl@m.gmane.org; Tue, 15 Sep 2015 20:33:51 +0200 Original-Received: (qmail 28139 invoked by uid 550); 15 Sep 2015 18:33:49 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 28121 invoked from network); 15 Sep 2015 18:33:49 -0000 Content-Disposition: inline In-Reply-To: <20150913211300.GC7342@nyan> User-Agent: Mutt/1.5.21 (2010-09-15) Original-Sender: Rich Felker Xref: news.gmane.org gmane.linux.lib.musl.general:8515 Archived-At: On Sun, Sep 13, 2015 at 11:13:00PM +0200, Felix Janda wrote: > --- > arch/powerpc/bits/termios.h | 278 ++++++++++++++++++++++---------------------- > 1 file changed, 138 insertions(+), 140 deletions(-) > > diff --git a/arch/powerpc/bits/termios.h b/arch/powerpc/bits/termios.h > index 9f8016c..7feaf49 100644 > --- a/arch/powerpc/bits/termios.h > +++ b/arch/powerpc/bits/termios.h > @@ -12,161 +12,159 @@ struct termios > speed_t __c_ospeed; > }; > > -#define VINTR 0 > -#define VQUIT 1 > -#define VERASE 2 > -#define VKILL 3 > [...] I reviewed these changes using sort and comparing the old/new files visually and they match except for indention & other cosmetic details, so I think it's ok; I'll apply this and the other patch. Thanks! Rich