summaryrefslogtreecommitdiff
path: root/audio/vsound/files/patch-vsound.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/vsound/files/patch-vsound.c')
-rw-r--r--audio/vsound/files/patch-vsound.c15
1 files changed, 12 insertions, 3 deletions
diff --git a/audio/vsound/files/patch-vsound.c b/audio/vsound/files/patch-vsound.c
index 65aed69135b3..317fc6fdda2b 100644
--- a/audio/vsound/files/patch-vsound.c
+++ b/audio/vsound/files/patch-vsound.c
@@ -1,6 +1,6 @@
---- vsound.c.orig Tue Apr 13 16:52:15 2004
-+++ vsound.c Tue Apr 13 17:01:30 2004
-@@ -70,11 +70,11 @@
+--- vsound.c.orig Sat Jul 10 23:29:33 2004
++++ vsound.c Tue Oct 4 00:20:25 2005
+@@ -73,11 +73,11 @@
/*------------------------------------------------------------------------------
** Macros to handle big/little endian issues.
*/
@@ -14,3 +14,12 @@
#if (__BYTE_ORDER == __LITTLE_ENDIAN)
#define CPU_IS_LITTLE_ENDIAN 1
#define CPU_IS_BIG_ENDIAN 0
+@@ -210,7 +210,7 @@
+ dsp_init () ;
+
+ va_start (args, flags) ;
+- mode = va_arg (args, mode_t) ;
++ mode = va_arg (args, int) ;
+ va_end (args) ;
+
+ if (strcmp (pathname, "/dev/dsp"))