From owner-freebsd-alpha Thu Aug 2 11:28:27 2001 Delivered-To: freebsd-alpha@freebsd.org Received: from InterJet.elischer.org (c421509-a.pinol1.sfba.home.com [24.7.86.9]) by hub.freebsd.org (Postfix) with ESMTP id 2A80337B406; Thu, 2 Aug 2001 11:28:20 -0700 (PDT) (envelope-from julian@elischer.org) Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id NAA46920; Thu, 2 Aug 2001 13:38:46 -0700 (PDT) Date: Thu, 2 Aug 2001 13:38:46 -0700 (PDT) From: Julian Elischer To: Bruce Evans Cc: Brian Somers , Thomas Pornin , freebsd-net@FreeBSD.ORG, freebsd-alpha@FreeBSD.ORG, Brian Somers , FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/27767: (was: PPPoE + Alpha + 32/64 bits) In-Reply-To: <20010803015717.B1110-100000@besplex.bde.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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-alpha" in the body of the message