From owner-svn-src-head@FreeBSD.ORG Fri May 30 12:07:08 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8867760E; Fri, 30 May 2014 12:07:08 +0000 (UTC) Received: from theravensnest.org (theraven.freebsd.your.org [216.14.102.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cloud.theravensnest.org", Issuer "StartCom Class 1 Primary Intermediate Server CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 374CB2F13; Fri, 30 May 2014 12:07:07 +0000 (UTC) Received: from dhcp-172-17-155-98.eduroam.lapwing.private.cam.ac.uk (global-1-26.nat.csx.cam.ac.uk [131.111.184.26]) (authenticated bits=0) by theravensnest.org (8.14.7/8.14.7) with ESMTP id s4UC715J031475 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Fri, 30 May 2014 12:07:03 GMT (envelope-from theraven@FreeBSD.org) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) Subject: Re: svn commit: r266865 - in head: include include/xlocale lib/libc/string From: David Chisnall In-Reply-To: <7AFBC7BD-9F6F-44AA-BBAE-B4A1B20E9B02@felyko.com> Date: Fri, 30 May 2014 13:06:56 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <16677001-62B2-4376-B968-FDBBBE8525A5@FreeBSD.org> References: <201405300109.s4U197Ox028750@svn.freebsd.org> <7AFBC7BD-9F6F-44AA-BBAE-B4A1B20E9B02@felyko.com> To: Rui Paulo X-Mailer: Apple Mail (2.1874) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, "Pedro F. Giffuni" , src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2014 12:07:08 -0000 On 30 May 2014, at 06:18, Rui Paulo wrote: > Is this going to cause any ports fallout? It shouldn't do. Any code that compiles on OS X will expect these to be = in the correct place, and since DragonFly applied the fix first we'd = hopefully have found any fallout via dports. David