Update of /cvsroot/alsa/alsa-driver/isa/wavefront In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12081/isa/wavefront
Modified Files: wavefront_synth.c Log Message: Added syscalls.h support for 2.6 kernels (and provided compatible code for old kernels) Index: wavefront_synth.c =================================================================== RCS file: /cvsroot/alsa/alsa-driver/isa/wavefront/wavefront_synth.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- wavefront_synth.c 12 Aug 2002 08:44:52 -0000 1.2 +++ wavefront_synth.c 24 Apr 2004 17:26:50 -0000 1.3 @@ -1,2 +1,10 @@ #define __NO_VERSION__ + +#include <linux/config.h> +#include <linux/version.h> + +#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,5) +#define __KERNEL_SYSCALLS__ +#endif + #include "../../alsa-kernel/isa/wavefront/wavefront_synth.c" ------------------------------------------------------- This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek For a limited time only, get FREE Ground shipping on all orders of $35 or more. Hurry up and shop folks, this offer expires April 30th! http://www.thinkgeek.com/freeshipping/?cpg=12297 _______________________________________________ Alsa-cvslog mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-cvslog