From owner-svn-src-all@freebsd.org Mon Jun 22 21:59:43 2020 Return-Path: Delivered-To: svn-src-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2A92533DDA0; Mon, 22 Jun 2020 21:59:43 +0000 (UTC) (envelope-from pstef@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49rNcH0Lbwz4TXl; Mon, 22 Jun 2020 21:59:43 +0000 (UTC) (envelope-from pstef@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1403) id E05181963E; Mon, 22 Jun 2020 21:59:42 +0000 (UTC) Date: Mon, 22 Jun 2020 23:59:42 +0200 From: "Piotr P. Stefaniak" To: Hiroki Sato 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: r362512 - stable/11/release/doc/en_US.ISO8859-1/hardware Message-ID: <20200622215942.GD28243@freefall.freebsd.org> References: <202006222141.05MLfpvQ060348@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <202006222141.05MLfpvQ060348@repo.freebsd.org> X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.33 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: Mon, 22 Jun 2020 21:59:43 -0000 On 2020-06-22 21:41:51, Hiroki Sato wrote: >Author: hrs >Date: Mon Jun 22 21:41:51 2020 >New Revision: 362512 >URL: https://svnweb.freebsd.org/changeset/base/362512 > >Log: > Fix a build error due to removal of hardware section in umass(4). Oops, sorry, I didn't predict that. Thank you for the fix!