[PATCH] fix 2.5 compiles w/o tcp/ip

Tomas Szepe (szepe@pinerecords.com)
Fri, 3 Jan 2003 13:27:44 +0100


Unix without TCP/IP is almost as gay as beer that comes in plastic bottles.
However, it should still compile.

Patch against 2.5-bkcurrent.

-- 
Tomas Szepe <szepe@pinerecords.com>

diff -urN a/net/core/skbuff.c b/net/core/skbuff.c --- a/net/core/skbuff.c 2002-10-31 02:34:00.000000000 +0100 +++ b/net/core/skbuff.c 2003-01-03 13:09:54.000000000 +0100 @@ -324,7 +324,9 @@ } dst_release(skb->dst); +#ifdef CONFIG_INET secpath_put(skb->sp); +#endif if(skb->destructor) { if (in_irq()) printk(KERN_WARNING "Warning: kfree_skb on " - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/