patch for ISDN in 2.1.86

root (eduard.epi@t-online.de)
Wed, 11 Feb 1998 22:46:26 +0100


Hi,

I needed the following patch to get ISDN to compile in 2.186. Looks
like it was left over from 2.1.85.

*** isdn_common.c.old Wed Feb 11 21:17:01 1998
--- isdn_common.c Wed Feb 11 21:17:01 1998
***************
*** 262,269 ****

static __inline void
- isdn_trash_skb(struct sk_buff *skb, int rw)
{
SET_SKB_FREE(skb);
- kfree_skb(skb, rw);
}

--- 262,269 ----

static __inline void
+ isdn_trash_skb(struct sk_buff *skb)
{
SET_SKB_FREE(skb);
+ kfree_skb(skb);
}

Hope this helps (and is right)

Peter B

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu