Update of /cvsroot/alsa/alsa-driver/support
In directory sc8-pr-cvs1:/tmp/cvs-serv30097/support

Modified Files:
        isapnp_proc.c 
Log Message:
fixed build of isapnp module for 2.2 kernels.



Index: isapnp_proc.c
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/support/isapnp_proc.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- isapnp_proc.c       4 Jan 2002 14:17:26 -0000       1.22
+++ isapnp_proc.c       13 Mar 2003 14:17:56 -0000      1.23
@@ -50,8 +50,8 @@
 #include "isapnp.h"
 
 void *isapnp_alloc(long size);
-struct isapnp_card *isapnp_cards;
-struct isapnp_dev *isapnp_devices;
+extern struct isapnp_card *isapnp_cards;
+extern struct isapnp_dev *isapnp_devices;
 
 struct isapnp_info_buffer {
        char *buffer;           /* pointer to begin of buffer */



-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to