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

2010-07-07 Thread MORITA Kazutaka
WIN32 is not only the system which doesn't have TCP_CORK (e.g. OS X). Signed-off-by: MORITA Kazutaka morita.kazut...@lab.ntt.co.jp --- 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

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 morita.kazut...@lab.ntt.co.jp wrote: WIN32 is not only the system which doesn't have TCP_CORK (e.g. OS X). Signed-off-by: MORITA Kazutaka morita.kazut...@lab.ntt.co.jp --- Betts, I think this patch