Package: pcmcia-cs Version: 3.1.22-0.1potato Severity: important The package needs the following patch:
--- wireless/airo.c.orig Mon Nov 20 23:04:34 2000 +++ wireless/airo.c Mon Nov 20 23:04:36 2000 @@ -30,12 +30,12 @@ #endif #include <linux/config.h> -#include <asm/segment.h> #ifdef CONFIG_MODVERSIONS #define MODVERSIONS #include <linux/modversions.h> #endif +#include <asm/segment.h> #include <linux/kernel.h> #include <linux/module.h> #include <linux/proc_fs.h> PPC's asm/segment.h includes a lot of other headers, and thus MODVERSIONS gets defined too late. This prevented build on PPC; I've silently fixed it in my (unless it seems badly broken when I test it) upload. Yes, I know I'm evil. I could do a source NMU; do you mind, or would you do it yourself, in the next day or two? Dan /--------------------------------\ /--------------------------------\ | Daniel Jacobowitz |__| SCS Class of 2002 | | Debian GNU/Linux Developer __ Carnegie Mellon University | | [EMAIL PROTECTED] | | [EMAIL PROTECTED] | \--------------------------------/ \--------------------------------/

