Re: [Qemu-devel] [PATCH] Fix build if OSS_GETVERSION is not defined

2010-01-09 Thread Juergen Lock
On Sat, Jan 09, 2010 at 03:03:43PM +0100, Andreas Färber wrote: > > Am 09.01.2010 um 14:45 schrieb Juergen Lock: > > > On Sat, Jan 09, 2010 at 12:33:44AM +0300, malc wrote: > >> On Fri, 8 Jan 2010, Juergen Lock wrote: > >> > >>> And also I forgot to say this is stable-0.12 material too. > >> > >>

Re: [Qemu-devel] [PATCH] Fix build if OSS_GETVERSION is not defined

2010-01-09 Thread Andreas Färber
Am 09.01.2010 um 14:45 schrieb Juergen Lock: On Sat, Jan 09, 2010 at 12:33:44AM +0300, malc wrote: On Fri, 8 Jan 2010, Juergen Lock wrote: And also I forgot to say this is stable-0.12 material too. You really should talk to the people who know what that means :) Oh sorry I should have gu

Re: [Qemu-devel] [PATCH] Fix build if OSS_GETVERSION is not defined

2010-01-09 Thread Juergen Lock
On Sat, Jan 09, 2010 at 12:33:44AM +0300, malc wrote: > On Fri, 8 Jan 2010, Juergen Lock wrote: > > > On Fri, Jan 08, 2010 at 11:27:13AM +0300, malc wrote: > > > On Thu, 7 Jan 2010, Juergen Lock wrote: > > > > > > > In this case it was missing on FreeBSD <= 6.x (Which also doesn't have > > > > S

Re: [Qemu-devel] [PATCH] Fix build if OSS_GETVERSION is not defined

2010-01-08 Thread malc
On Fri, 8 Jan 2010, Juergen Lock wrote: > On Fri, Jan 08, 2010 at 11:27:13AM +0300, malc wrote: > > On Thu, 7 Jan 2010, Juergen Lock wrote: > > > > > In this case it was missing on FreeBSD <= 6.x (Which also doesn't have > > > SNDCTL_DSP_POLICY yet so the version doesn't get used anyway.) > > >

Re: [Qemu-devel] [PATCH] Fix build if OSS_GETVERSION is not defined

2010-01-08 Thread Juergen Lock
On Fri, Jan 08, 2010 at 11:27:13AM +0300, malc wrote: > On Thu, 7 Jan 2010, Juergen Lock wrote: > > > In this case it was missing on FreeBSD <= 6.x (Which also doesn't have > > SNDCTL_DSP_POLICY yet so the version doesn't get used anyway.) > > I've commited slightly different fix for the issue,

Re: [Qemu-devel] [PATCH] Fix build if OSS_GETVERSION is not defined

2010-01-08 Thread malc
On Thu, 7 Jan 2010, Juergen Lock wrote: > In this case it was missing on FreeBSD <= 6.x (Which also doesn't have > SNDCTL_DSP_POLICY yet so the version doesn't get used anyway.) I've commited slightly different fix for the issue, thanks. -- mailto:av1...@comtv.ru

[Qemu-devel] [PATCH] Fix build if OSS_GETVERSION is not defined

2010-01-07 Thread Juergen Lock
In this case it was missing on FreeBSD <= 6.x (Which also doesn't have SNDCTL_DSP_POLICY yet so the version doesn't get used anyway.) Signed-off-by: Juergen Lock --- a/audio/ossaudio.c +++ b/audio/ossaudio.c @@ -240,7 +240,7 @@ static int oss_open (int in, struct oss_ str