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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=79161 --- shadow/79161 2006-10-27 17:19:17.000000000 -0400 +++ shadow/79161.tmp.14813 2006-10-27 17:22:02.000000000 -0400 @@ -60,6 +60,18 @@ -> class libs. ------- Additional Comments From [EMAIL PROTECTED] 2006-10-27 17:19 ------- Created an attachment (id=17926) Patch for map.c + +------- Additional Comments From [EMAIL PROTECTED] 2006-10-27 17:22 ------- +Does that patch fix things for you? + +The patch isn't ideal, as it turns S_IFSOCK into a "constructed" value +which is potentially ignored (as FilePermissions is a bits enum for +mode_t, but mode_t combines bit-mask information -- S_RWXG, etc. -- +with non-bitmask type information). + +I still need to find a more elegant solution to permit mixing the two, +but does this at least fix things for you? + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
