Jakob> hello kernel-guys,
Jakob> I tried these days the first time to compile the new kernel
Jakob> 2.1.16 but when I try to build the modules there is an
Jakob> error during compilation of isdn_common.c that there is no
Jakob> member free in the structure sk_buff...
The free member of struct sk_buff was droped in 2.1.[5/6] since it was
obsolete. Just ignore references to it... i.e. it is no longer necessary
to set skb->free...
skb->free != 1 was used in <2.1 kernels since TCP would send skbs down to the
lower levels which it needed to keep until they where acknowledged...
./Pedro.