From owner-freebsd-stable@FreeBSD.ORG Thu Apr 12 18:10:53 2012 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 145C8106564A for ; Thu, 12 Apr 2012 18:10:53 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mx1.sbone.de (mx1.sbone.de [IPv6:2a01:4f8:130:3ffc::401:25]) by mx1.freebsd.org (Postfix) with ESMTP id 931D08FC0A for ; Thu, 12 Apr 2012 18:10:52 +0000 (UTC) Received: from mail.sbone.de (mail.sbone.de [IPv6:fde9:577b:c1a9:31::2013:587]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.sbone.de (Postfix) with ESMTPS id 6EF6D25D385D; Thu, 12 Apr 2012 18:10:51 +0000 (UTC) Received: from content-filter.sbone.de (content-filter.sbone.de [IPv6:fde9:577b:c1a9:31::2013:2742]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPS id 92167BE4B26; Thu, 12 Apr 2012 18:10:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at sbone.de Received: from mail.sbone.de ([IPv6:fde9:577b:c1a9:31::2013:587]) by content-filter.sbone.de (content-filter.sbone.de [fde9:577b:c1a9:31::2013:2742]) (amavisd-new, port 10024) with ESMTP id WIzbRz-wgt2x; Thu, 12 Apr 2012 18:10:48 +0000 (UTC) Received: from orange-en1.sbone.de (orange-en1.sbone.de [IPv6:fde9:577b:c1a9:31:cabc:c8ff:fecf:e8e3]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id C8B7BBE4B25; Thu, 12 Apr 2012 18:10:48 +0000 (UTC) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: "Bjoern A. Zeeb" In-Reply-To: <20120412171046.GA73570@DataIX.net> Date: Thu, 12 Apr 2012 18:10:47 +0000 Content-Transfer-Encoding: quoted-printable Message-Id: <14882DCF-7A41-4899-B20D-09241AF12F2E@lists.zabbadoz.net> References: <20120412171046.GA73570@DataIX.net> To: Jason Hellenthal X-Mailer: Apple Mail (2.1084) Cc: stable@freebsd.org Subject: Re: BURN_BRIDGES & /usr/src/sys/netinet6/ip6_output.c:582: undefined reference to `in6_selectroute_fib' X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Apr 2012 18:10:53 -0000 On 12. Apr 2012, at 17:10 , Jason Hellenthal wrote: >=20 > While attempting to burn bridges... yeah yeah I know, may include some > civil infractions ;) >=20 > On stable/8 i386 Last Changed Rev: 234180 fresh build >=20 > linking kernel.debug > ip6_output.o(.text+0x334f): In function `ip6_output': > /usr/src/sys/netinet6/ip6_output.c:582: undefined reference to > `in6_selectroute_fib' It's basically a marker to not use this function anywhere new in the = stable/ branches. It will change in HEAD soon given the code has now = been in for almost two months (in HEAD) without further needs to = re-adjustment. I am not sure we ever allowed compiling with = BURN_BRIDGES set but I can change the #ifndef to = THIS_IS_PART_OF_THE_PUBLIC_STABLE_KPI or something if needed. See the comment above it: = http://svnweb.freebsd.org/base/stable/8/sys/netinet6/in6_src.c?annotate=3D= 232552#l820 /bz --=20 Bjoern A. Zeeb You have to have visions! It does not matter how good you are. It matters what good you do!