From owner-cvs-src@FreeBSD.ORG Wed Feb 1 16:00:03 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.ORG Delivered-To: cvs-src@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B41816A422; Wed, 1 Feb 2006 16:00:03 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0EFF43D6E; Wed, 1 Feb 2006 16:00:01 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id k11Fvl6D055194; Wed, 1 Feb 2006 08:57:47 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Wed, 01 Feb 2006 08:58:00 -0700 (MST) Message-Id: <20060201.085800.04709267.imp@bsdimp.com> To: kris@obsecurity.org From: "M. Warner Losh" In-Reply-To: <20060201150021.GA26651@xor.obsecurity.org> References: <200602011224.k11COeeV055370@repoman.freebsd.org> <20060201150021.GA26651@xor.obsecurity.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Wed, 01 Feb 2006 08:57:48 -0700 (MST) Cc: cvs-src@FreeBSD.ORG, stefanf@FreeBSD.ORG, src-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/include nl_types.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Feb 2006 16:00:03 -0000 In message: <20060201150021.GA26651@xor.obsecurity.org> Kris Kennaway writes: : On Wed, Feb 01, 2006 at 12:24:39PM +0000, Stefan Farfeleder wrote: : > stefanf 2006-02-01 12:24:39 UTC : > : > FreeBSD src repository : > : > Modified files: (Branch: RELENG_6) : > include nl_types.h : > Log: : > Unbreak building RELENG_6 on RELENG_5 by providing a __format_arg macro if : > it's not defined in . This situation happens early when building : > the bootstrap-tools, where the new is mixed with the old : > . : > : > Submitted by: imp : > Reviewed by: ru : : So just to check, you now cannot update to RELENG_6 from 5.4-RELEASE? Before the commit, this was true. Now you can't update to -current from RELENG_5. Warner