summaryrefslogtreecommitdiff
path: root/emulators/qemu/patches/patch-am
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2006-01-01 13:48:45 +0000
committerxtraeme <xtraeme>2006-01-01 13:48:45 +0000
commit5fbff46ddaa86502882b19bb0ccdfe741b05518f (patch)
tree300a2bd6b63409bf5ba094a712959dff9b4703df /emulators/qemu/patches/patch-am
parentaf190ae5fd2452b1869d4a2421b9b5a4e76603bf (diff)
downloadpkgsrc-5fbff46ddaa86502882b19bb0ccdfe741b05518f.tar.gz
Update to 0.8.0 (update provided by Hubert Feyrer, thanks :-)
* Support for ARM Integrator/CP board system emulation. * Support for MIPS R4K system emulation. * Initial SMP support on x86 (up to 255 CPUs !). * Many new audio emulation features. * Initial USB support. * New networking options for VLAN support between several QEMU instances.
Diffstat (limited to 'emulators/qemu/patches/patch-am')
-rw-r--r--emulators/qemu/patches/patch-am14
1 files changed, 7 insertions, 7 deletions
diff --git a/emulators/qemu/patches/patch-am b/emulators/qemu/patches/patch-am
index 9a9b7e861a4..af730b64475 100644
--- a/emulators/qemu/patches/patch-am
+++ b/emulators/qemu/patches/patch-am
@@ -1,13 +1,13 @@
-$NetBSD: patch-am,v 1.1 2004/11/15 11:35:30 xtraeme Exp $
+$NetBSD: patch-am,v 1.2 2006/01/01 13:48:45 xtraeme Exp $
---- audio/ossaudio.c.orig 2004-11-15 12:07:01.000000000 +0100
-+++ audio/ossaudio.c 2004-11-15 12:07:55.000000000 +0100
-@@ -164,7 +164,7 @@
+--- audio/ossaudio.c.orig 2005-12-19 17:51:53.000000000 -0500
++++ audio/ossaudio.c
+@@ -229,7 +229,7 @@ static int oss_open (int in, struct oss_
goto err;
}
- if (ioctl (fd, SNDCTL_DSP_NONBLOCK)) {
+ if (ioctl (fd, SNDCTL_DSP_NONBLOCK, NULL)) {
- dolog ("Could not initialize audio hardware\n"
- "Failed to set non-blocking mode\n"
- "Reason: %s\n",
+ oss_logerr2 (errno, typ, "Failed to set non-blocking mode\n");
+ goto err;
+ }