It seeems to be the same bug in 6pack.c
So, I solved the problem in line 259 of 6pack.c by changing
dev->last_rx = jiffies;
into
sp->dev->last_rx = jiffies;
>>>>>>>>>>>>>>>>>> Ursprüngliche Nachricht <<<<<<<<<<<<<<<<<<
Am 21.03.02, 17:45:01, schrieb davej@suse.de (Dave Jones) zum Thema Re:
2.5.7 does not compile:
> On Thu, Mar 21, 2002 at 05:15:49PM +0100, Jean-Luc Coulon wrote:
> > -DKBUILD_BASENAME=scc -c -o scc.o scc.c
> > scc.c: In function `scc_net_rx':
> > scc.c:1664: `dev' undeclared (first use in this function)
> Line should read..
> scc->dev->last_rx = jiffies;
vy 73 de Hans-Joachim
--DD8NE : Hans-Joachim Hetscher IP-Adr. : [44.130.62.1] amprNet : dd8ne@db0lj.ampr.org AX25 :DD8NE@DB0LJ.#RPL.DEU.EU Internet: dd8ne@bnv-bamberg.de hans-joachim.hetscher@de.michelin.com - 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/