Date: Thu, 2 Aug 2001 13:38:46 -0700 (PDT) From: Julian Elischer <julian@elischer.org> To: Bruce Evans <bde@zeta.org.au> Cc: Brian Somers <brian@Awfulhak.org>, Thomas Pornin <Thomas.Pornin@ens.fr>, freebsd-net@FreeBSD.ORG, freebsd-alpha@FreeBSD.ORG, Brian Somers <brian@freebsd-services.com>, FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/27767: (was: PPPoE + Alpha + 32/64 bits) Message-ID: <Pine.BSF.4.21.0108021338320.41008-100000@InterJet.elischer.org> In-Reply-To: <20010803015717.B1110-100000@besplex.bde.org>
next in thread | previous in thread | raw e-mail | index | archive | help
care to explain?
On Fri, 3 Aug 2001, Bruce Evans wrote:
> On Wed, 1 Aug 2001, Julian Elischer wrote:
>
> > DUH!
> > (slaps forhead with palm "obvious when shown")
>
> > On Wed, 1 Aug 2001, Brian Somers wrote:
> > > Index: ng_pppoe.c
> > > ===================================================================
> > > RCS file: /home/ncvs/src/sys/netgraph/ng_pppoe.c,v
> > > retrieving revision 1.45
> > > diff -u -r1.45 ng_pppoe.c
> > > --- ng_pppoe.c 2001/07/25 03:34:07 1.45
> > > +++ ng_pppoe.c 2001/08/01 22:40:15
> > > @@ -868,7 +868,7 @@
> > > struct {
> > > struct pppoe_tag hdr;
> > > union uniq data;
> > > - } uniqtag;
> > > + } __attribute ((packed)) uniqtag;
> > >
> > > /*
> > > * kick the state machine into starting up
> > > @@ -910,7 +910,7 @@
> > > struct {
> > > struct pppoe_tag hdr;
> > > union uniq data;
> > > - } uniqtag;
> > > + } __attribute ((packed)) uniqtag;
> > > negp neg = NULL;
> > > struct mbuf *m;
>
> Obviously a syntax error.
>
> Bruce
>
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-net" in the body of the message
>
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-net" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0108021338320.41008-100000>
