Maxim Sobolev <sobo...@freebsd.org> writes: > Index: freebsd/base/stable/7/sys/netipx/ipx_input.c > =================================================================== > --- freebsd/base/stable/7/sys/netipx/ipx_input.c (revision > 215367) > +++ freebsd/base/stable/7/sys/netipx/ipx_input.c (revision > 215368) > @@ -119,7 +119,7 @@ > struct ipxpcbhead ipxpcb_list; > struct ipxpcbhead ipxrawpcb_list; > > -static int ipxqmaxlen = IFQ_MAXLEN; > +static int ipxqmaxlen = ifqmaxlen; > static struct ifqueue ipxintrq; > > long ipx_pexseq; /* Locked with ipxpcb_list_mtx. */
That's not going to fly. cc -c -O2 -pipe -fno-strict-aliasing -std=c99 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=15000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-builtin -mcmodel=medany -msoft-float -ffreestanding -Werror /src/sys/netipx/ipx_input.c /src/sys/netipx/ipx_input.c:122: error: initializer element is not constant *** Error code 1 DES -- Dag-Erling Smørgrav - d...@des.no _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"