Date: Mon, 17 Jun 2002 14:28:35 +0200 (CEST) From: Jonas Anderson <holker@null.dk> To: Lukas Ertl <l.ertl@univie.ac.at> Cc: vlady@rila.bg, freebsd-hackers@FreeBSD.ORG Subject: Re: Problem building 4.6-STABLE kernel Message-ID: <Pine.LNX.4.21.0206171427050.9309-100000@mimer.null.dk> In-Reply-To: <20020617141918.M73368-100000@pcle2.cc.univie.ac.at>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 17 Jun 2002, Lukas Ertl wrote: > On Mon, 17 Jun 2002, Vladimir Terziev wrote: > > > /usr/src/sys/modules/netgraph/pppoe/../../../netgraph/ng_pppoe.c > > /usr/src/sys/modules/netgraph/pppoe/../../../netgraph/ng_pppoe.c:860: > > redefinition of `send_sessionid' > > /usr/src/sys/modules/netgraph/pppoe/../../../netgraph/ng_pppoe.c:843: > > `send_sessionid' previously defined here > > {standard input}: Assembler messages: > > {standard input}:1531: Error: Symbol send_sessionid > > already defined. > > *** Error code 1 > > I have exactly the same problem here, but I don't know how to solve it. I fixed this problem by removing one of the blocks defining send_sessionid in ng_pppoe.c .. I've submitted this as a bug-report too. I'm not much of a C programmer or anything, but taking out that one blick fixed it just fine. I'm guessing the double definition is simply a cut and paste flaw or something of the sort. > regards, > le -- -Jonas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.21.0206171427050.9309-100000>