From owner-svn-src-stable-7@FreeBSD.ORG Tue Nov 16 13:26:58 2010 Return-Path: Delivered-To: svn-src-stable-7@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 686EE10656A4; Tue, 16 Nov 2010 13:26:58 +0000 (UTC) (envelope-from des@des.no) Received: from smtp.des.no (smtp.des.no [194.63.250.102]) by mx1.freebsd.org (Postfix) with ESMTP id 12E028FC17; Tue, 16 Nov 2010 13:26:57 +0000 (UTC) Received: from ds4.des.no (des.no [84.49.246.2]) by smtp.des.no (Postfix) with ESMTP id 1D02F1FFC33; Tue, 16 Nov 2010 13:11:23 +0000 (UTC) Received: by ds4.des.no (Postfix, from userid 1001) id ECCCB84571; Tue, 16 Nov 2010 14:11:22 +0100 (CET) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: Maxim Sobolev References: <201011160440.oAG4e3YU039413@svn.freebsd.org> Date: Tue, 16 Nov 2010 14:11:22 +0100 In-Reply-To: <201011160440.oAG4e3YU039413@svn.freebsd.org> (Maxim Sobolev's message of "Tue, 16 Nov 2010 04:40:03 +0000 (UTC)") Message-ID: <86k4kd8lc5.fsf@ds4.des.no> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-7@freebsd.org Subject: Re: svn commit: r215368 - in stable/7/sys: arm/at91 arm/xscale/ixp425 contrib/dev/oltr dev/ae dev/an dev/ar dev/arl dev/ath dev/awi dev/ce dev/cm dev/cnw dev/cp dev/cs dev/ctau dev/cx dev/cxgb dev/ed d... X-BeenThere: svn-src-stable-7@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 7-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Nov 2010 13:26:58 -0000 Maxim Sobolev writes: > Index: freebsd/base/stable/7/sys/netipx/ipx_input.c > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > --- 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; >=20=20 > -static int ipxqmaxlen =3D IFQ_MAXLEN; > +static int ipxqmaxlen =3D ifqmaxlen; > static struct ifqueue ipxintrq; >=20=20 > long ipx_pexseq; /* Locked with ipxpcb_list_mtx. */ That's not going to fly. cc -c -O2 -pipe -fno-strict-aliasing -std=3Dc99 -Wall -Wredundant-decls -= Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -= Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -nostdin= c -I. -I/src/sys -I/src/sys/contrib/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HE= ADERS -include opt_global.h -fno-common -finline-limit=3D15000 --param inli= ne-unit-growth=3D100 --param large-function-growth=3D1000 -fno-builtin -mcm= odel=3Dmedany -msoft-float -ffreestanding -Werror /src/sys/netipx/ipx_inpu= t.c /src/sys/netipx/ipx_input.c:122: error: initializer element is not constant *** Error code 1 DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no