From owner-svn-src-stable-11@freebsd.org Mon Mar 26 23:32:51 2018 Return-Path: Delivered-To: svn-src-stable-11@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 34A42F526E6; Mon, 26 Mar 2018 23:32:51 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from mail.baldwin.cx (bigwig.baldwin.cx [96.47.65.170]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DFF347D102; Mon, 26 Mar 2018 23:32:50 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from ralph.baldwin.cx (ralph.baldwin.cx [66.234.199.215]) by mail.baldwin.cx (Postfix) with ESMTPSA id A1A5410A7DB; Mon, 26 Mar 2018 19:32:49 -0400 (EDT) From: John Baldwin To: Hans Petter Selasky Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: Re: svn commit: r331601 - stable/11/include Date: Mon, 26 Mar 2018 16:32:46 -0700 Message-ID: <5002957.SZHSDDv6m3@ralph.baldwin.cx> User-Agent: KMail/4.14.10 (FreeBSD/11.1-STABLE; KDE/4.14.30; amd64; ; ) In-Reply-To: <201803262323.w2QNNBlJ008582@repo.freebsd.org> References: <201803262323.w2QNNBlJ008582@repo.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mail.baldwin.cx); Mon, 26 Mar 2018 19:32:49 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.99.2 at mail.baldwin.cx X-Virus-Status: Clean X-BeenThere: svn-src-stable-11@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for only the 11-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Mar 2018 23:32:51 -0000 On Monday, March 26, 2018 11:23:11 PM Hans Petter Selasky wrote: > Author: hselasky > Date: Mon Mar 26 23:23:11 2018 > New Revision: 331601 > URL: https://svnweb.freebsd.org/changeset/base/331601 > > Log: > Fix buildworld after r331586 by adapting the installation of > dev/mlx5/mlx5io.h to the build system in FreeBSD 11-stable. > > This is a direct commit. Thanks! -- John Baldwin