From owner-svn-src-all@FreeBSD.ORG Wed Jul 9 15:29:45 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx2.freebsd.org (mx2.freebsd.org [8.8.178.116]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 39197E49; Wed, 9 Jul 2014 15:29:45 +0000 (UTC) Received: from butcher-nb.yandex.net (hub.freebsd.org [IPv6:2001:1900:2254:206c::16:88]) by mx2.freebsd.org (Postfix) with ESMTP id A24712738; Wed, 9 Jul 2014 15:29:43 +0000 (UTC) Message-ID: <53BD5F9A.7060801@FreeBSD.org> Date: Wed, 09 Jul 2014 19:28:26 +0400 From: "Andrey V. Elsukov" User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Brooks Davis , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org Subject: Re: svn commit: r268415 - stable/8/sys/geom References: <201407081530.s68FU5Dc032932@svn.freebsd.org> In-Reply-To: <201407081530.s68FU5Dc032932@svn.freebsd.org> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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: Wed, 09 Jul 2014 15:29:45 -0000 On 08.07.2014 19:30, Brooks Davis wrote: > Author: brooks > Date: Tue Jul 8 15:30:05 2014 > New Revision: 268415 > URL: http://svnweb.freebsd.org/changeset/base/268415 > > Log: > MFC r223930: > > Remove include of sys/sbuf.h from geom/geom.h. > sbuf support is not always required for geom/geom.h users, and no need to > depend from it. > > PR: 158398 Hi, I think this will break the build. Also this can break third-party software. -- WBR, Andrey V. Elsukov