Date: Fri, 3 Aug 2001 01:59:36 +1000 (EST) From: Bruce Evans <bde@zeta.org.au> To: Julian Elischer <julian@elischer.org> 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: <20010803015717.B1110-100000@besplex.bde.org> In-Reply-To: <Pine.BSF.4.21.0108011809580.41008-100000@InterJet.elischer.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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-alpha" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010803015717.B1110-100000>