diff options
author | drochner <drochner@pkgsrc.org> | 2000-05-30 19:20:12 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2000-05-30 19:20:12 +0000 |
commit | 228bdce7133ae7dbd8edd938c9d0ebfd3bface3e (patch) | |
tree | cc76ea66c4f83a603137041af0fe29a3f3dc0ae5 /audio/esound/patches | |
parent | d7f3f55bd9f5f9c9b6f0e2c05f657a9e3b7717bc (diff) | |
download | pkgsrc-228bdce7133ae7dbd8edd938c9d0ebfd3bface3e.tar.gz |
update to 0.2.18
The "NEWS" file id one of the oldest files in the distribution:-(
Diffstat (limited to 'audio/esound/patches')
-rw-r--r-- | audio/esound/patches/patch-ab | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/audio/esound/patches/patch-ab b/audio/esound/patches/patch-ab index d765deeb199..6fd37eb92e0 100644 --- a/audio/esound/patches/patch-ab +++ b/audio/esound/patches/patch-ab @@ -1,7 +1,7 @@ -$NetBSD: patch-ab,v 1.2 2000/02/06 03:33:53 wiz Exp $ +$NetBSD: patch-ab,v 1.3 2000/05/30 19:20:13 drochner Exp $ ---- ./audio_oss.c.orig Tue Oct 5 00:10:32 1999 -+++ ./audio_oss.c Sun Feb 6 03:42:31 2000 +--- audio_oss.c.orig Wed Mar 15 19:00:49 2000 ++++ audio_oss.c Tue May 30 17:05:24 2000 @@ -19,7 +19,7 @@ #define ARCH_esd_audio_devices const char *esd_audio_devices() @@ -11,8 +11,8 @@ $NetBSD: patch-ab,v 1.2 2000/02/06 03:33:53 wiz Exp $ } -@@ -36,7 +36,7 @@ - mode = O_RDWR; +@@ -38,7 +38,7 @@ + mode |= O_NONBLOCK; /* open the sound device */ - device = esd_audio_device ? esd_audio_device : "/dev/dsp"; |