CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2010/03/27 06:06:26
Modified files:
lang/mono : Makefile
lang/mono/patches: patch-mono_mini_mini-posix_c
Removed files:
lang/mono/patches: patch-mono_io-layer_handles_c
Log message:
Remove the handles.c patch because that's not needed anymore because
Zoltan Varga from the mono team helped me to debug the problem we
were having. So the correct problem description is that on OpenBSD,
ctx can be NULL if we are interrupting poll().
The upstream diff also fixes the issue where we are interrupting
unmanaged code.