perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / openindiana / qemu-kvm / patches / ossaudio.patch
blob749b06c051365704f90fb9ffc60d0a71ba36aeb8
1 diff --git a/audio/ossaudio.c b/audio/ossaudio.c
2 index b49e102..724f696 100644
3 --- a/audio/ossaudio.c
4 +++ b/audio/ossaudio.c
5 @@ -315,10 +315,12 @@ static int oss_open (int in, struct oss_params *req,
6 goto err;
9 +#ifndef CONFIG_SOLARIS
10 if (ioctl (fd, SNDCTL_DSP_NONBLOCK, NULL)) {
11 oss_logerr2 (errno, typ, "Failed to set non-blocking mode\n");
12 goto err;
14 +#endif
16 #ifdef USE_DSP_POLICY
17 if (conf.policy >= 0) {