Update of /cvsroot/alsa/alsa-driver/acore/seq/oss
In directory sc8-pr-cvs1:/tmp/cvs-serv18519

Added Files:
        seq_oss.patch 
Log Message:
2.5 cleanups

--- NEW FILE: seq_oss.patch ---
--- seq_oss.c   2003-05-31 13:09:58.000000000 +0200
+++ seq_oss.c.old       2003-05-31 13:10:49.000000000 +0200
@@ -194,7 +194,9 @@
 
 static struct file_operations seq_oss_f_ops =
 {
+#ifndef LINUX_2_2
        .owner =        THIS_MODULE,
+#endif
        .read =         odev_read,
        .write =        odev_write,
        .open =         odev_open,
@@ -301,3 +303,5 @@
        info_entry = NULL;
 #endif
 }
+
+EXPORT_NO_SYMBOLS;



-------------------------------------------------------
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to