[vbox-dev] NetBSD patch 0004: NetBSD ships with getaddrinfo(3) as defined by POSIX

Kamil Rytarowski n54 at gmx.com
Fri Jul 22 22:42:14 GMT 2016


NetBSD ships with getaddrinfo(3) as defined by POSIX

This patch is MIT-licensed.

Author: Kamil Rytarowski
-------------- next part --------------
NetBSD ships with getaddrinfo(3) as defined by POSIX

This patch is MIT-licensed.

Author: Kamil Rytarowski

Index: src/libs/libxml2-2.9.2/include/vboxconfig.h
===================================================================
--- src/libs/libxml2-2.9.2/include/vboxconfig.h	(wersja 62416)
+++ src/libs/libxml2-2.9.2/include/vboxconfig.h	(kopia robocza)
@@ -9,7 +9,7 @@
 #undef SUPPORT_IP6
 
 /* Define if getaddrinfo is there */
-#if defined(RT_OS_LINUX) || defined(RT_OS_FREEBSD)
+#if defined(RT_OS_LINUX) || defined(RT_OS_FREEBSD) || defined(RT_OS_NETBSD)
 # define HAVE_GETADDRINFO 1
 #else
 # undef HAVE_GETADDRINFO
@@ -434,4 +434,3 @@
 /* make sure LIBXML_ICONV_ENABLED is killed */
 #include <libxml/xmlversion.h>
 #undef LIBXML_ICONV_ENABLED
-
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://www.virtualbox.org/pipermail/vbox-dev/attachments/20160723/88cf2b30/attachment.sig>


More information about the vbox-dev mailing list