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:22:02.000000000 -0400 +++ shadow/79161.tmp.19047 2006-10-27 22:54:20.000000000 -0400 @@ -1,13 +1,13 @@ Bug#: 79161 Product: Mono: Class Libraries Version: 1.1 OS: unknown OS Details: Solaris 10/x86 + Solaris 10/sparc -Status: NEW -Resolution: +Status: RESOLVED +Resolution: FIXED Severity: Unknown Priority: Normal Component: Mono.POSIX AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] @@ -72,6 +72,17 @@ 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? + +------- Additional Comments From [EMAIL PROTECTED] 2006-10-27 22:54 ------- +Fixed in svn: + +2006-10-27 Jonathan Pryor <[EMAIL PROTECTED]> + + * map.c: Improve handling of [Flags] enumerations which mix bitfields + and non-bitfield values (i.e. FilePermissions and S_IFREG, which + isn't a bit field, along with a few other FilePermissions values). + Fixes #79161. + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
