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

-- 
   / Dag Brattli                   | The Linux-IrDA Project               /
  // University of Tromsoe, Norway | Infrared communication for Linux    //
 /// http://www.cs.uit.no/~dagb    | http://www.cs.uit.no/linux-irda/   ///

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

Reply via email to