On Fri, Jun 09, 2006 at 06:08:15PM +0200, Lupe Christoph wrote:
>   CC [M]  net/ipsec/ipcomp.o
> net/ipsec/ipcomp.c: In function 'skb_copy_ipcomp':
> net/ipsec/ipcomp.c:677: error: 'struct sk_buff' has no member named 'private'
> net/ipsec/ipcomp.c:677: error: 'struct sk_buff' has no member named 'private'
> make[3]: *** [net/ipsec/ipcomp.o] Error 1

Aha, you are using CONFIG_HIPPI -- that's marked as experimental and is
rather obscure. (It seems to be some kind of supercomputer networking
standard.) The offending lines are:

  #ifdef CONFIG_HIPPI
  n->private.ifield=skb->private.ifield;
  #endif /* CONFIG_HIPPI */

(I can reproduce this with your .config, even though I had to run it through
make oldconfig first.)

Given http://lkml.org/lkml/2005/9/13/274 I believe that the line can simply
be dropped. Let me know if you need an NMU :-)

/* Steinar */
-- 
Homepage: http://www.sesse.net/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to