From owner-svn-src-stable@freebsd.org Fri Oct 27 17:00:44 2017 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5CC4AE4C2F9; Fri, 27 Oct 2017 17:00:44 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from kib.kiev.ua (kib.kiev.ua [IPv6:2001:470:d5e7:1::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DEE687001F; Fri, 27 Oct 2017 17:00:43 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from tom.home (kib@localhost [127.0.0.1]) by kib.kiev.ua (8.15.2/8.15.2) with ESMTPS id v9RH0cAe039749 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 27 Oct 2017 20:00:38 +0300 (EEST) (envelope-from kostikbel@gmail.com) DKIM-Filter: OpenDKIM Filter v2.10.3 kib.kiev.ua v9RH0cAe039749 Received: (from kostik@localhost) by tom.home (8.15.2/8.15.2/Submit) id v9RH0cTq039748; Fri, 27 Oct 2017 20:00:38 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: tom.home: kostik set sender to kostikbel@gmail.com using -f Date: Fri, 27 Oct 2017 20:00:38 +0300 From: Konstantin Belousov To: Dan Mack Cc: Bryan Drewery , Konstantin Belousov , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: Re: svn commit: r325041 - stable/11/lib/libprocstat Message-ID: <20171027170038.GI2566@kib.kiev.ua> References: <201710271533.v9RFXQ4M023391@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.1 (2017-09-22) X-Spam-Status: No, score=-2.0 required=5.0 tests=ALL_TRUSTED,BAYES_00, DKIM_ADSP_CUSTOM_MED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED autolearn=no autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on tom.home X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Oct 2017 17:00:44 -0000 On Fri, Oct 27, 2017 at 11:38:28AM -0500, Dan Mack wrote: > Bryan Drewery writes: > > > On 10/27/2017 8:33 AM, Konstantin Belousov wrote: > >> Author: kib > >> Date: Fri Oct 27 15:33:26 2017 > >> New Revision: 325041 > >> URL: https://svnweb.freebsd.org/changeset/base/325041 > >> > >> Log: > >> MFC r316304 (by tychon): > >> Reorder includes to placate MIPS build. > >> > >> Reported and tested by: David Wolfskill > > > > Thank you. > > Seems to have fixed broken amd64 build - commit references a fix for > MIPS? This was the original commit message.