Update of /cvsroot/alsa/alsa-driver/isa/wavefront
In directory sc8-pr-cvs1:/tmp/cvs-serv27494/isa/wavefront

Modified Files:
        wavefront.c 
Log Message:
- fixed the compilation for 2.6 kernels.







Index: wavefront.c
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/isa/wavefront/wavefront.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- wavefront.c 9 Apr 2003 16:24:22 -0000       1.3
+++ wavefront.c 13 Nov 2003 17:08:06 -0000      1.4
@@ -1,5 +1,7 @@
 #include "../../alsa-kernel/isa/wavefront/wavefront.c"
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0)
 #ifndef __isapnp_now__
 #include "wavefront.isapnp"
 #endif
 EXPORT_NO_SYMBOLS;
+#endif



-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to