From owner-freebsd-net Thu Aug 2 9: 2:48 2001 Delivered-To: freebsd-net@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id E071537B401; Thu, 2 Aug 2001 09:02:39 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id CAA28278; Fri, 3 Aug 2001 02:02:10 +1000 Date: Fri, 3 Aug 2001 01:59:36 +1000 (EST) From: Bruce Evans X-X-Sender: To: Julian Elischer Cc: Brian Somers , Thomas Pornin , , , Brian Somers , Subject: Re: kern/27767: (was: PPPoE + Alpha + 32/64 bits) In-Reply-To: Message-ID: <20010803015717.B1110-100000@besplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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