From owner-svn-src-all@FreeBSD.ORG Fri Jul 25 00:56:37 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9C9B6868 for ; Fri, 25 Jul 2014 00:56:37 +0000 (UTC) Received: from mail-qg0-f44.google.com (mail-qg0-f44.google.com [209.85.192.44]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 588362CDA for ; Fri, 25 Jul 2014 00:56:37 +0000 (UTC) Received: by mail-qg0-f44.google.com with SMTP id e89so4296171qgf.17 for ; Thu, 24 Jul 2014 17:56:35 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=iv4a91uAh9gG51raP2po9xMMkZXYC4K7ugq8UQLsSjI=; b=Ye/ZU6zXAX1CdXazgTRM9MwmGOlcO5c1t9vOf9lMX1pNSxXeusvliX8wf6CT4E9koe 6aotMTjy1Pwg5N8aQtQBY3cjyDgue2fhXlfkrkJgmzRdD3rXQAH6vvAYhdQpBH5kOvdk tlQXShs0f+rALSTT5a5sp9Kp7IjXcZ9jEtrEmJGLhrrgiR8EGeLra39Kw//ky6F9VLKH D1IuALIfGPqeUziuzBFtfWHdSa5D3W9F3AOf9Pb4bHPhjZXY1A13LTuzk8x5pZfy7lPD wyyV8G7ib6Zfa9W6YSEBq+mn9+Tcb3NC27HZqETIrGz0/zh0G/VzUgYR+DdNiFT7wGtE HvhQ== X-Gm-Message-State: ALoCoQmEwhYaLFVgyL7CE1Ma/XXF7ULOQgZYUK4VtcThpG5ZIcskqb8CR89uOu0Isyo8Q1rMrfLq X-Received: by 10.224.160.134 with SMTP id n6mr7332851qax.84.1406249795727; Thu, 24 Jul 2014 17:56:35 -0700 (PDT) MIME-Version: 1.0 Sender: jmmv@meroh.net Received: by 10.96.83.99 with HTTP; Thu, 24 Jul 2014 17:56:15 -0700 (PDT) X-Originating-IP: [184.153.117.174] In-Reply-To: References: <201405251201.s4PC1DWX011526@svn.freebsd.org> From: Julio Merino Date: Thu, 24 Jul 2014 20:56:15 -0400 X-Google-Sender-Auth: tj79VsafC0lF6vdoDIndfPp5Fyw Message-ID: Subject: Re: svn commit: r266650 - in head: contrib/atf contrib/atf/atf-c contrib/atf/atf-c++ contrib/atf/atf-sh etc/mtree lib/atf/libatf-c lib/atf/libatf-c++ lib/atf/libatf-c++/tests lib/atf/libatf-c/tests lib... To: Alan Somers Content-Type: text/plain; charset=UTF-8 Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "src-committers@freebsd.org" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18 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: Fri, 25 Jul 2014 00:56:37 -0000 On Thu, Jul 24, 2014 at 6:00 PM, Alan Somers wrote: > On Sun, May 25, 2014 at 6:01 AM, Julio Merino wrote: >> Author: jmmv >> Date: Sun May 25 12:01:13 2014 >> New Revision: 266650 >> URL: http://svnweb.freebsd.org/changeset/base/266650 >> >> Log: >> Change libatf-c and libatf-c++ to be private libraries. > > Do you intend to MFC this change to stable/10 ? Yes, but I thought I had already done that! I have several pending MFCs to catch up with... will try to deal with them soon.