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

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

2012-03-03 Thread Nathan Whitehorn
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..83b14a0 100644 --- a/os-posix.c +++ b/os-posix.c @@ -45,6 +45,10 @@ #inclu

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

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

2011-05-31 Thread Nathan Whitehorn
Add some includes required to build qemu on FreeBSD. --- bsd-user/syscall.c |2 ++ iohandler.c|1 + os-posix.c |4 3 files changed, 7 insertions(+), 0 deletions(-) diff --git a/bsd-user/syscall.c b/bsd-user/syscall.c index eb1cdf2..7b49f54 100644 --- a/bsd-user/