Re: 2.2.8/2.3.0 failed compile with ethertap

David S. Miller (davem@redhat.com)
Wed, 12 May 1999 12:21:56 -0700


Date: Tue, 11 May 1999 21:27:53 -0500
From: Mitchell Blank Jr <mitch@execpc.com>

Error on link:
drivers/net/net.a(ethertap.o): In function `ethertap_start_xmit':
ethertap.o(.text+0xce): undefined reference to `__skb_push'
make: *** [vmlinux] Error 1

Whoops, sorry, just remove to two leadin underscores from __skb_push
in the code so that it is just plain "skb_push".

Later,
David S. Miller
davem@redhat.com

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/