Index: lang/mono/files/patch-mono_io-layer_handles-private.h =================================================================== --- lang/mono/files/patch-mono_io-layer_handles-private.h (nonexistent) +++ lang/mono/files/patch-mono_io-layer_handles-private.h (working copy) @@ -0,0 +1,11 @@ +--- mono/io-layer/handles-private.h.orig 2016-03-08 22:31:48 UTC ++++ mono/io-layer/handles-private.h +@@ -22,7 +22,7 @@ + #include + #include + +-#define _WAPI_PRIVATE_MAX_SLOTS (1024 * 16) ++#define _WAPI_PRIVATE_MAX_SLOTS (1024 * 32) + #define _WAPI_PRIVATE_HANDLES(x) (_wapi_private_handles [x / _WAPI_HANDLE_INITIAL_COUNT][x % _WAPI_HANDLE_INITIAL_COUNT]) + #define _WAPI_PRIVATE_HAVE_SLOT(x) ((GPOINTER_TO_UINT (x) / _WAPI_PRIVATE_MAX_SLOTS) < _WAPI_PRIVATE_MAX_SLOTS && \ + _wapi_private_handles [GPOINTER_TO_UINT (x) / _WAPI_HANDLE_INITIAL_COUNT] != NULL) Property changes on: lang/mono/files/patch-mono_io-layer_handles-private.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property