From owner-freebsd-current Fri Nov 19 14:36: 3 1999 Delivered-To: freebsd-current@freebsd.org Received: from mojave.sitaranetworks.com (mojave.sitaranetworks.com [199.103.141.157]) by hub.freebsd.org (Postfix) with ESMTP id 1177614E53 for ; Fri, 19 Nov 1999 14:35:53 -0800 (PST) (envelope-from grog@mojave.sitaranetworks.com) Message-ID: <19991119173541.46195@mojave.sitaranetworks.com> Date: Fri, 19 Nov 1999 17:35:41 -0500 From: Greg Lehey To: Julian Elischer Cc: FreeBSD current users Subject: Re: Make world breakage in netgraph Reply-To: Greg Lehey References: <19991119144034.48321@mojave.sitaranetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: ; from Julian Elischer on Fri, Nov 19, 1999 at 12:34:27PM -0800 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Friday, 19 November 1999 at 12:34:27 -0800, Julian Elischer wrote: > On Fri, 19 Nov 1999, Greg Lehey wrote: > >> ===> libnetgraph >> cc -nostdinc -O -pipe -g -Wall -O2 -Werror -I/usr/src.freefall/sys -I/usr/obj/usr/SRC/4.0-CURRENT/src/tmp/usr/include -c /usr/SRC/4.0-CURRENT/src/lib/libnetgraph/sock.c -o sock.o >> cc -nostdinc -O -pipe -g -Wall -O2 -Werror -I/usr/src.freefall/sys -I/usr/obj/usr/SRC/4.0-CURRENT/src/tmp/usr/include -c /usr/SRC/4.0-CURRENT/src/lib/libnetgraph/msg.c -o msg.o >> cc -nostdinc -O -pipe -g -Wall -O2 -Werror -I/usr/src.freefall/sys -I/usr/obj/usr/SRC/4.0-CURRENT/src/tmp/usr/include -c /usr/SRC/4.0-CURRENT/src/lib/libnetgraph/debug.c -o debug.o >> /usr/SRC/4.0-CURRENT/src/lib/libnetgraph/debug.c: In function `NgArgs': >> /usr/SRC/4.0-CURRENT/src/lib/libnetgraph/debug.c:340: structure has no member named `acfcomp' >> *** Error code 1 >> >> Stop in /usr/SRC/4.0-CURRENT/src/lib/libnetgraph. > > try add this to ng_async.h > I just committed this. It's in archie's tree but not the checked in > version. > > /* Configuration for this node */ > struct ng_async_cfg { > u_char enabled; /* Turn encoding on/off */ > --> u_char acfcomp; /* Address/control field compression */ > u_int16_t amru; /* Max receive async frame length */ > u_int16_t smru; /* Max receive sync frame length */ > u_int32_t accm; /* ACCM encoding */ > }; Well, it looks like it compiles OK now with Ollivier's patches. Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message