2009-05-22 Miguel de Icaza <miguel@novell.com>
authorMiguel de Icaza <miguel@gnome.org>
Fri, 22 May 2009 20:48:43 +0000 (20:48 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Fri, 22 May 2009 20:48:43 +0000 (20:48 -0000)
commit4f166b7c76375d267191428a80d8a09ec4ee4a58
treed62b4080865b72f9e24cdd6a848b4a1e45926728
parent59f73c75d28ae021be60f3ae5b1415d40002fb2f
2009-05-22  Miguel de Icaza  <miguel@novell.com>

* wapi_glob.c: Do not need sys/param.h anymore, we now use the
POSIX PATH_MAX instead of BSD's MAXPATHLEN

* handles.c: Do not pull a reference to sockets if they are
disabled.

* sockets.c: Allow for ports to define their own ioctlsocket.

* wthreads.c: Remove obsolete code that I recently introudced (the
hook for mono_register_thread_attr.

svn path=/trunk/mono/; revision=134616
mono/io-layer/ChangeLog
mono/io-layer/handles.c
mono/io-layer/sockets.c
mono/io-layer/wapi_glob.c
mono/io-layer/wthreads.c