This is the mail archive of the cygwin-patches@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: SIOCGIFCONF patch


On Sun, Nov 10, 2002 at 01:40:52PM +0100, Alexander Gottwald wrote:
> Corinna Vinschen wrote:
> 
> > So, I actually would like
> > to ask you to take this part out.  As soon as you send the tweaked patch,
> > I'll check it in.
> 
> Done

Applied.  I've ran indent on net.cc since the indentation became somewhat
flaky (not only by your code :-)).  However, in future, please indent if's
like

  if ()
    {
      foo;
    }
  else
    {
      bar;
    }

and not like

  if () {
    foo;
  } else {
    bar;
  }

In the ChangeLog entries, each line should have one leading TAB, not
spaces.  Oh, and the ChangeLog entry for autoload.cc was missing.

Thanks for the patch,
Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]