From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11939 invoked by alias); 9 Feb 2014 16:29:29 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 11916 invoked by uid 89); 9 Feb 2014 16:29:27 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: mtaout28.012.net.il Received: from mtaout28.012.net.il (HELO mtaout28.012.net.il) (80.179.55.184) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 09 Feb 2014 16:29:23 +0000 Received: from conversion-daemon.mtaout28.012.net.il by mtaout28.012.net.il (HyperSendmail v2007.08) id <0N0Q00E00LU2ZN00@mtaout28.012.net.il> for gdb-patches@sourceware.org; Sun, 09 Feb 2014 18:30:25 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout28.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0N0Q0075YLUPU170@mtaout28.012.net.il>; Sun, 09 Feb 2014 18:30:25 +0200 (IST) Date: Sun, 09 Feb 2014 16:29:00 -0000 From: Eli Zaretskii Subject: Re: [PATCH] Add IPv6 support for remote TCP connections In-reply-to: <20140209095308.GH2320@home.lan> To: Paul Fertser Cc: jan.kratochvil@redhat.com, gdb-patches@sourceware.org, ktietz@redhat.com Reply-to: Eli Zaretskii Message-id: <83mwi0uu5s.fsf@gnu.org> References: <1391878435-19340-1-git-send-email-fercerpav@gmail.com> <20140209083056.GA32481@host2.jankratochvil.net> <20140209095308.GH2320@home.lan> X-IsSubscribed: yes X-SW-Source: 2014-02/txt/msg00257.txt.bz2 > Date: Sun, 9 Feb 2014 13:53:08 +0400 > From: Paul Fertser > Cc: gdb-patches@sourceware.org, Kai Tietz > > https://www.gnu.org/software/gnulib/manual/html_node/getaddrinfo.html > implies all compatibility issues should be solved with it. So is it > not so, and there's a bug in gnulib? The only issue with MinGW is that the function is declared in a non-standard header. That's hardly a reason good enough to pull in gnulib.