Update of /cvsroot/alsa/alsa-driver/isa/wavefront
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20528

Modified Files:
        wavefront_synth.c 
Log Message:
fixed the compilation with older kernels.
(adding errno as static for them)


Index: wavefront_synth.c
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/isa/wavefront/wavefront_synth.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- wavefront_synth.c   24 Apr 2004 17:26:50 -0000      1.3
+++ wavefront_synth.c   25 May 2004 15:11:49 -0000      1.4
@@ -5,6 +5,8 @@
 
 #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,5)
 #define __KERNEL_SYSCALLS__
+#include <linux/unistd.h>
+static int errno;
 #endif
 
 #include "../../alsa-kernel/isa/wavefront/wavefront_synth.c"



-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to