Re: [Qemu-devel] [PATCH 14/17] Move daemonize handling to OS specific files

2010-06-25 Thread Frank Arnold
On Fri, 2010-06-25 at 19:34 +0200, Frank Arnold wrote: > On Fri, 2010-06-25 at 13:02 -0400, Jes Sorensen wrote: > > On 06/25/10 18:41, Frank Arnold wrote: > > > On Thu, 2010-06-10 at 05:42 -0400, jes.soren...@redhat.com wrote: > > >> diff --git a/os-posix.c b/o

Re: [Qemu-devel] [PATCH 14/17] Move daemonize handling to OS specific files

2010-06-25 Thread Frank Arnold
cluding sys/mman.h in os-posix.c fixes the issue for me. But I'm not sure if there is a more generic fix to that problem. -- Frank Arnold System Design Technician, Software Test AMD Operating System Research Center Dresden, Germany Tel: +49 351 448 356702 Legal Information: Advanced Mic

Re: [Qemu-devel] [PATCH 14/17] Move daemonize handling to OS specific files

2010-06-25 Thread Frank Arnold
On Fri, 2010-06-25 at 13:02 -0400, Jes Sorensen wrote: > On 06/25/10 18:41, Frank Arnold wrote: > > On Thu, 2010-06-10 at 05:42 -0400, jes.soren...@redhat.com wrote: > >> diff --git a/os-posix.c b/os-posix.c > >> index 6417d16..1672e06 100644 > >> --