[Mono-bugs] [Bug 53748][Maj] Changed - O_SYNC not defined in fcntl.h on OS X
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 18 Mar 2004 18:33:00 -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=53748
--- shadow/53748 2004-03-17 09:16:50.000000000 -0500
+++ shadow/53748.tmp.31374 2004-03-18 18:33:00.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 53748
Product: Mono: Class Libraries
Version: unspecified
OS: unknown
OS Details: 10.3
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Major
Component: Mono.POSIX
AssignedTo: mono-bugs@ximian.com
ReportedBy: rshade@dvsconsulting.com
QAContact: mono-bugs@ximian.com
@@ -18,6 +18,11 @@
O_SYNC is not defined in fcntl.h on OS X (10.3). It is, however, defined in sys/aio.h.
------- Additional Comments From rshade@dvsconsulting.com 2004-03-17 09:16 -------
Created an attachment (id=7001)
This fixes it. However, I'm not sure of the side effects on other systems.
+
+------- Additional Comments From rshade@dvsconsulting.com 2004-03-18 18:33 -------
+http://lists.ximian.com/archives/public/mono-patches/2004-March/032676.html
+
+Paolo fixed this here.