qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [5487] Fix previous commit (spotted by Robert Riebisch).
@ 2008-10-14 18:14 Anthony Liguori
  0 siblings, 0 replies; only message in thread
From: Anthony Liguori @ 2008-10-14 18:14 UTC (permalink / raw)
  To: qemu-devel

Revision: 5487
          http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5487
Author:   aliguori
Date:     2008-10-14 18:14:47 +0000 (Tue, 14 Oct 2008)

Log Message:
-----------
Fix previous commit (spotted by Robert Riebisch).

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>

Modified Paths:
--------------
    trunk/block-raw-posix.c

Modified: trunk/block-raw-posix.c
===================================================================
--- trunk/block-raw-posix.c	2008-10-14 18:00:38 UTC (rev 5486)
+++ trunk/block-raw-posix.c	2008-10-14 18:14:47 UTC (rev 5487)
@@ -75,7 +75,7 @@
 
 /* OS X does not have O_DSYNC */
 #ifndef O_DSYNC
-#define O_SYNC
+#define O_DSYNC O_SYNC
 #endif
 
 /* Approximate O_DIRECT with O_DSYNC if O_DIRECT isn't available */

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-10-14 18:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-14 18:14 [Qemu-devel] [5487] Fix previous commit (spotted by Robert Riebisch) Anthony Liguori

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).