[Mono-bugs] [Bug 51641][Nor] Changed - building of Mono 0.29 on MacOS 10.3. fails due to socklen_t typedef

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 3 Dec 2003 14:46:19 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by rshade@dvsconsulting.com.

http://bugzilla.ximian.com/show_bug.cgi?id=51641

--- shadow/51641	2003-12-03 05:22:41.000000000 -0500
+++ shadow/51641.tmp.2468	2003-12-03 14:46:18.000000000 -0500
@@ -25,6 +25,11 @@
 Looking into mono/io-layer/sockets.h, there is a typedef for socklen_t if
 the symbol APPLE is defined.  Removing that typedef makes Mono compile and
 the JIT even seems to work (at least for simple things), thanks!
 
 I assume that the typedef is necessary for OS X 10.2 and prior but became
 redundant in 10.3, though I don't know for sure.
+
+------- Additional Comments From rshade@dvsconsulting.com  2003-12-03 14:46 -------
+Created an attachment (id=6093)
+May not be the correct way, but it does work.  I don't know any other way,either.
+