|
Message-ID: <20150915183336.GQ17773@brightrain.aerifal.cx> Date: Tue, 15 Sep 2015 14:33:36 -0400 From: Rich Felker <dalias@...c.org> To: musl@...ts.openwall.com Subject: Re: [PATCH 2/2] reindent powerpc's bits/termios.h to be consistent with other archs 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
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.