SIOCGIFCONF patch

Corinna Vinschen cygwin-patches@cygwin.com
Sun Nov 10 05:50:00 GMT 2002


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.



More information about the Cygwin-patches mailing list