Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Feb 2001 10:16:40 -0600
From:      "Thomas T. Veldhouse" <veldy@veldy.net>
To:        <freebsd-stable@freebsd.org>
Subject:   STABLE Kernel build breakage
Message-ID:  <006801c08f8f$05f5e430$3028680a@tgt.com>

next in thread | raw e-mail | index | archive | help
This is as of about 1 hour ago cvsup (about 9AM CST 02-05-2001):

cc -O -pipe -march=i686 -mcpu=i686 -Wall  -D_KERNEL -Wall -Wredundant-decls 
-Wne
sted-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winl
ine
-Wcast-qual  -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I-  -I. -I@ -
I@/.
./include  -mpreferred-stack-boundary=2 -c
/usr/src/sys/modules/netgraph/netgrap
h/../../../netgraph/ng_base.c
/usr/src/sys/modules/netgraph/netgraph/../../../netgraph/ng_base.c: In
function
`ng_findname':
/usr/src/sys/modules/netgraph/netgraph/../../../netgraph/ng_base.c:602:
syntax e
rror before `)'
*** Error code 1

Stop in /usr/src/sys/modules/netgraph/netgraph.
*** Error code 1

Stop in /usr/src/sys/modules/netgraph.
*** Error code 1

Stop in /usr/src/sys/modules.
*** Error code 1

Stop in /usr/src/sys/compile/CASCADE.

Looks as if:

-                && (node->flags & NG_INVALID) == 0))
+                && (node->flags & NG_INVALID) == 0)


Tom Veldhouse
veldy@veldy.net




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?006801c08f8f$05f5e430$3028680a>