Date: Fri, 19 Nov 1999 12:34:27 -0800 (PST) From: Julian Elischer <julian@whistle.com> To: Greg Lehey <grog@lemis.com> Cc: FreeBSD current users <FreeBSD-current@FreeBSD.ORG> Subject: Re: Make world breakage in netgraph Message-ID: <Pine.BSF.4.10.9911191233120.3072-100000@current1.whistle.com> In-Reply-To: <19991119144034.48321@mojave.sitaranetworks.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 */
};
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.
> --
> 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
>
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" 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.10.9911191233120.3072-100000>
