At 1:28 PM +0200 10/5/99, Dag Brattli <[EMAIL PROTECTED]> wrote:
>
> David Ray <[EMAIL PROTECTED]> writes:
> 
> > af_irda.c:403: union has no member named `irda'
> 
> You should check your system if linux/include/net/sock.h if it contains
> this code. I guess it should since PPC is part of the main kernel (right?), 
> but it' strange that the code haven't been compiled in for some reason.
> 
> #if defined(CONFIG_IRDA) || defined(CONFIG_IRDA_MODULE)
> #include <net/irda/irda.h>
> #endif
> 
> ...
> 
>               struct atm_vcc          *af_atm;
> #endif
> #if defined(CONFIG_IRDA) || defined(CONFIG_IRDA_MODULE)
>               struct irda_sock        *irda;
> #endif
>       } protinfo;             
> 
> It doesn't look like this code has been compiled in by your system.

Dag,

Yes, I checked and the file linux/include/net/sock.h does contain that code.

Perhaps my .config file is not set up correctly. Can you send me a copy of your 
.config file, and also let me know if there are any other files that have to be 
modified. 

-Dave



_______________________________________________
Linux-IrDA mailing list  -  [EMAIL PROTECTED]
http://www4.pasta.cs.UiT.No/mailman/listinfo/linux-irda

Reply via email to