From owner-svn-src-all@FreeBSD.ORG Thu Oct 21 20:51:17 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CFE5B106564A; Thu, 21 Oct 2010 20:51:17 +0000 (UTC) (envelope-from jilles@stack.nl) Received: from mx1.stack.nl (relay02.stack.nl [IPv6:2001:610:1108:5010::104]) by mx1.freebsd.org (Postfix) with ESMTP id 92F228FC08; Thu, 21 Oct 2010 20:51:17 +0000 (UTC) Received: from turtle.stack.nl (turtle.stack.nl [IPv6:2001:610:1108:5010::132]) by mx1.stack.nl (Postfix) with ESMTP id A124235992C; Thu, 21 Oct 2010 22:51:16 +0200 (CEST) Received: by turtle.stack.nl (Postfix, from userid 1677) id 95C431729C; Thu, 21 Oct 2010 22:51:16 +0200 (CEST) Date: Thu, 21 Oct 2010 22:51:16 +0200 From: Jilles Tjoelker To: "David E. O'Brien" Message-ID: <20101021205116.GA58084@stack.nl> References: <201010210113.o9L1Df79074263@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201010210113.o9L1Df79074263@svn.freebsd.org> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-8@freebsd.org Subject: Re: svn commit: r214123 - stable/8/bin/sh X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Oct 2010 20:51:17 -0000 On Thu, Oct 21, 2010 at 01:13:41AM +0000, David E. O'Brien wrote: > Author: obrien > Date: Thu Oct 21 01:13:41 2010 > New Revision: 214123 > URL: http://svn.freebsd.org/changeset/base/214123 > Log: > MFC > r213925: use rather than Hmm, it looks like this was not merged except for adding the mergeinfo. r213925 was a fix for a problem introduced in r213775 which became visible because a local patch of mine added #include in another header file. However, r213775 was not MFCed to stable/8. -- Jilles Tjoelker