Re: [Qemu-devel] [PATCH] sheepdog: fix compile error on systems without TCP_CORK

2010-07-07 Thread Blue Swirl
Thanks, applied. It also fixes OpenBSD build. On Wed, Jul 7, 2010 at 6:25 AM, MORITA Kazutaka wrote: > WIN32 is not only the system which doesn't have TCP_CORK (e.g. OS X). > > Signed-off-by: MORITA Kazutaka > --- > > Betts, I think this patch fix the compile error.  Can you try this > one? > >

Re: [Qemu-devel] [PATCH] sheepdog: fix compile error on systems without TCP_CORK

2010-07-07 Thread C.W. Betts
It compiles now. On Jul 7, 2010, at 12:25 AM, MORITA Kazutaka wrote: > WIN32 is not only the system which doesn't have TCP_CORK (e.g. OS X). > > Signed-off-by: MORITA Kazutaka > --- > > Betts, I think this patch fix the compile error. Can you try this > one? > > block/sheepdog.c |2 +- > 1

[Qemu-devel] [PATCH] sheepdog: fix compile error on systems without TCP_CORK

2010-07-06 Thread MORITA Kazutaka
WIN32 is not only the system which doesn't have TCP_CORK (e.g. OS X). Signed-off-by: MORITA Kazutaka --- Betts, I think this patch fix the compile error. Can you try this one? block/sheepdog.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/block/sheepdog.c b/block/s