This is the mail archive of the cygwin-patches 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: [PATCH] Add-on to gethostbyname2


On Jan 22 21:05, Pierre A. Humblet wrote:
> Add-on to gethostbyname2, as discussed previously on main list.
> The diff is also attached.
> 
> 
> Pierre
> 
> 2015-01-22  Pierre A. Humblet <...>
> 
>         * net.cc (cygwin_inet_pton): Declare.
>         (gethostby_specials): New function.
>         (gethostby_helper): Change returned addrtype in 4-to-6 case.
>         (gethostbyname2): Call gethostby_specials.

Patch applied with just fixing the coding style a bit:

  if () {
    [...]
  }

  ==>

  if ()
    {
      [...]
    }

Do you have some wording for the release info in the docs, please?


Thanks,
Corinna


-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Maintainer                 cygwin AT cygwin DOT com
Red Hat

Attachment: pgpMgny6eC0CS.pgp
Description: PGP signature


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