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: Eric Lowe
Subject: Re: [Qemu-devel] ENOMEDIUM OS X patch
Date: Mon, 28 Aug 2006 12:34:21 -0700 (PDT)

Yes you are correct Solaris does not define this
either, and I doubt other *nix systems do.

Can this just be changed to

#ifndef ENOMEDIUM
#define ENOMEDIUM blahblah
#endif

or somesuch?

- Eric

--- Jose Renau <address@hidden> 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.
> 
> --- vl.h        19 Aug 2006 12:37:52 -0000     
> 1.144
> +++ vl.h        28 Aug 2006 15:44:08 -0000
> @@ -84,6 +84,10 @@
> 
>   #endif /* !defined(QEMU_TOOL) */
> 
> +#ifdef CONFIG_COCOA
> +#define ENOMEDIUM 4097
> +#endif
> +
>   #ifndef glue
>   #define xglue(x, y) x ## y
>   #define glue(x, y) xglue(x, y)
> 
> --
> All men dream, but only that dream during the
> daytime are the dangerous.
>   - T. E. Lawrence
> 
> 
> 
> _______________________________________________
> Qemu-devel mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/qemu-devel
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 




reply via email to

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