Andrew Thompson <[EMAIL PROTECTED]> writes: > Revision Changes Path > 1.14 +0 -0 src/sys/net/bridgestp.c > 1.2 +0 -0 src/sys/net/bridgestp.h > 1.69 +0 -0 src/sys/net/if_bridge.c > 1.13 +0 -0 src/sys/net/if_bridgevar.h
This (or one of your other bridge-related commits) broke the build: ===> netgraph/ether (all) cc -O -pipe -march=pentium3 -Werror -D_KERNEL -DKLD_MODULE -std=c99 -nostdinc -I- -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/lat/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -I/usr/obj/usr/src/sys/lat -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -fformat-extensions -c /usr/src/sys/modules/netgraph/ether/../../../netgraph/ng_ether.c In file included from /usr/src/sys/modules/netgraph/ether/../../../netgraph/ng_ether.c:64: @/net/if_bridgevar.h:203: error: field `bif_stp' has incomplete type @/net/if_bridgevar.h:239: error: field `sc_stp' has incomplete type *** Error code 1 Stop in /usr/src/sys/modules/netgraph/ether. DES -- Dag-Erling Smørgrav - [EMAIL PROTECTED] _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
