Re: [Qemu-devel] Patch: block-raw.c for OpenBSD

2007-04-02 Thread Thiemo Seufer
Todd T. Fries wrote: > This is relative to the 20070319 snapshot, mostly from Enache Adrian, > 3n4ch3 at gmail dot com .. > > --- block-raw.c.orig Mon Mar 12 16:16:47 2007 > +++ block-raw.c Tue Mar 20 19:16:43 2007 > @@ -25,7 +25,9 @@ > #include "block_int.h" > #include > #ifndef _WIN32

[Qemu-devel] Patch: block-raw.c for OpenBSD

2007-03-25 Thread Todd T. Fries
This is relative to the 20070319 snapshot, mostly from Enache Adrian, 3n4ch3 at gmail dot com .. --- block-raw.c.origMon Mar 12 16:16:47 2007 +++ block-raw.c Tue Mar 20 19:16:43 2007 @@ -25,7 +25,9 @@ #include "block_int.h" #include #ifndef _WIN32 +#ifndef CONFIG_NO_AIO #include +#endif