Re: [RFC PATCH 1/5] misc: Convert daemon () to GNU coding style

2023-04-18 Thread Sergey Bugaev
On Tue, Apr 18, 2023 at 9:49 PM Adhemerval Zanella Netto wrote: > > > > On 18/04/23 10:48, Cristian Rodríguez wrote: > > > > > > On Tue, Apr 18, 2023 at 8:02 AM Adhemerval Zanella Netto via Libc-alpha > > mailto:libc-al...@sourceware.org>> wrote: > > > > > > > > On 17/04/23 19:58, Sergey Buga

Re: [RFC PATCH 1/5] misc: Convert daemon () to GNU coding style

2023-04-18 Thread Adhemerval Zanella Netto
On 18/04/23 10:48, Cristian Rodríguez wrote: > > > On Tue, Apr 18, 2023 at 8:02 AM Adhemerval Zanella Netto via Libc-alpha > mailto:libc-al...@sourceware.org>> wrote: > > > > On 17/04/23 19:58, Sergey Bugaev via Libc-alpha wrote: > > This is nicer, and is going to be required for t

Re: [RFC PATCH 1/5] misc: Convert daemon () to GNU coding style

2023-04-18 Thread Cristian Rodríguez
On Tue, Apr 18, 2023 at 8:02 AM Adhemerval Zanella Netto via Libc-alpha < libc-al...@sourceware.org> wrote: > > > On 17/04/23 19:58, Sergey Bugaev via Libc-alpha wrote: > > This is nicer, and is going to be required for the following changes > > to reasonably stay within the 79 column limit. > > >

Re: [RFC PATCH 1/5] misc: Convert daemon () to GNU coding style

2023-04-18 Thread Adhemerval Zanella Netto
On 17/04/23 19:58, Sergey Bugaev via Libc-alpha wrote: > This is nicer, and is going to be required for the following changes > to reasonably stay within the 79 column limit. > > No functional change. > > Signed-off-by: Sergey Bugaev LGTM, some minor nits below. > --- > misc/daemon.c | 88

[RFC PATCH 1/5] misc: Convert daemon () to GNU coding style

2023-04-17 Thread Sergey Bugaev
This is nicer, and is going to be required for the following changes to reasonably stay within the 79 column limit. No functional change. Signed-off-by: Sergey Bugaev --- misc/daemon.c | 88 --- 1 file changed, 49 insertions(+), 39 deletions(-) d