From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=38431 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oxxuc-0007fq-TQ for qemu-devel@nongnu.org; Tue, 21 Sep 2010 04:09:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OxxuX-0000Je-SS for qemu-devel@nongnu.org; Tue, 21 Sep 2010 04:09:14 -0400 Received: from mail-qy0-f173.google.com ([209.85.216.173]:62003) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OxxuX-0000JT-Oz for qemu-devel@nongnu.org; Tue, 21 Sep 2010 04:09:09 -0400 Received: by qyk34 with SMTP id 34so3727316qyk.4 for ; Tue, 21 Sep 2010 01:09:09 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4C986820.3070707@redhat.com> Date: Tue, 21 Sep 2010 10:09:04 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <4C911D8F.1060406@codemonkey.ws> <4C97A73C.4070102@codemonkey.ws> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: Win2k host problem with {get, free}{addr, name}info() List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: qemu-devel >>> Does gnulib have a similar replacement function? >> >> Very similar, in fact that must be the source. >> >>> The nice thing about gnulib is that in the long term, we could potentially >>> use gnulib for compatibility and make sure to get updated code. >> >> One problem is that the current versions use GPLv3. > > Sorry, I made too hasty conclusions based on a few files. > getaddrinfo.c and inet_ntop.c are both GPLv2+. gnulib has a mix of various licenses. People are usually not too picky about relicensing GPLv3 stuff to GPLv2+ and LGPLv3 stuff to either LGPLv2+, or dual GPLv2/LGPLv3. However, using gnulib may require autoconfiscation of qemu. Paolo