206e2557a1
* New sound driver architecture for MMDevAPI. * Better support for relative mouse events in DInput. * Debugger support for the ARM platform. * Various improvements in D3DX9. * More MSVC runtime functions. * Various bug fixes.
14 lines
415 B
Text
14 lines
415 B
Text
$NetBSD: patch-cg,v 1.2 2011/05/02 21:23:01 adam Exp $
|
|
|
|
--- dlls/ws2_32/socket.c.orig 2010-12-10 22:33:07.000000000 +0300
|
|
+++ dlls/ws2_32/socket.c 2010-12-22 02:33:54.000000000 +0300
|
|
@@ -440,7 +440,9 @@
|
|
MAP_OPTION( AI_PASSIVE ),
|
|
MAP_OPTION( AI_CANONNAME ),
|
|
MAP_OPTION( AI_NUMERICHOST ),
|
|
+#if !defined(__NetBSD__)
|
|
MAP_OPTION( AI_ADDRCONFIG ),
|
|
+#endif
|
|
};
|
|
|
|
static const int ws_niflag_map[][2] =
|