Re: [Qemu-devel] [PATCH] Fix build on FreeBSD

2012-03-17 Thread Nathan Whitehorn
On Mar 17, 2012, at 11:20 AM, Blue Swirl wrote: On Sat, Mar 3, 2012 at 16:34, Nathan Whitehorn wrote: Fix a missing header required to build on recent FreeBSD. Signed-off-by: Nathan Whitehorn --- os-posix.c |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/os-pos

Re: [Qemu-devel] [PATCH] Fix build on FreeBSD

2012-03-17 Thread Blue Swirl
On Sat, Mar 3, 2012 at 16:34, Nathan Whitehorn wrote: > Fix a missing header required to build on recent FreeBSD. > > Signed-off-by: Nathan Whitehorn > --- >  os-posix.c |    4 >  1 files changed, 4 insertions(+), 0 deletions(-) > > diff --git a/os-posix.c b/os-posix.c > index dbf3b24..83b14

Re: [Qemu-devel] [PATCH] Fix build on FreeBSD

2011-06-07 Thread Alexandre Raymond
Hi Nathan, On Sun, Jun 5, 2011 at 10:03 AM, Nathan Whitehorn wrote: > On 06/02/11 10:01, Andreas Färber wrote: >> >> Am 31.05.2011 um 16:57 schrieb Nathan Whitehorn: >> >>> Add some includes required to build qemu on FreeBSD. >> >> Missing Sob. > > Oops, I'll resubmit. > >>> --- >>> bsd-user/sysc

Re: [Qemu-devel] [PATCH] Fix build on FreeBSD

2011-06-05 Thread Nathan Whitehorn
On 06/02/11 10:01, Andreas Färber wrote: Am 31.05.2011 um 16:57 schrieb Nathan Whitehorn: Add some includes required to build qemu on FreeBSD. Missing Sob. Oops, I'll resubmit. --- bsd-user/syscall.c |2 ++ iohandler.c|1 + os-posix.c |4 3 files changed, 7 i

Re: [Qemu-devel] [PATCH] Fix build on FreeBSD

2011-06-02 Thread Andreas Färber
Am 31.05.2011 um 16:57 schrieb Nathan Whitehorn: Add some includes required to build qemu on FreeBSD. Missing Sob. --- bsd-user/syscall.c |2 ++ iohandler.c|1 + os-posix.c |4 3 files changed, 7 insertions(+), 0 deletions(-) [...] diff --git a/iohandler.c b/i