qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] ENOMEDIUM OS X patch


From: Pierre d'Herbemont
Subject: Re: [Qemu-devel] ENOMEDIUM OS X patch
Date: Mon, 28 Aug 2006 17:54:28 +0200


On Aug 28, 2006, at 5:45 PM, Jose Renau wrote:

OS X does not include ENOMEDIUM on the error list (I think that the same is true for Solaris).
This patch solves the problem.

so this would be more appropriate:

+#ifndef ENOMEDIUM
+#define ENOMEDIUM 4097
+#endif

than:

+#ifdef CONFIG_COCOA
+#define ENOMEDIUM 4097
+#endif

Pierre.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]