From owner-svn-src-stable@freebsd.org Fri Oct 27 16:38:35 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 C623EE4B8E9; Fri, 27 Oct 2017 16:38:35 +0000 (UTC) (envelope-from mack@macktronics.com) Received: from borg.macktronics.com (gw.macktronics.com [209.181.253.70]) (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 9E5726F197; Fri, 27 Oct 2017 16:38:34 +0000 (UTC) (envelope-from mack@macktronics.com) Received: from pandora.local (olive.macktronics.com [209.181.253.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by borg.macktronics.com (Postfix) with ESMTPS id 5B595A2D; Fri, 27 Oct 2017 11:38:32 -0500 (CDT) From: Dan Mack To: Bryan Drewery Cc: 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 References: <201710271533.v9RFXQ4M023391@repo.freebsd.org> Date: Fri, 27 Oct 2017 11:38:28 -0500 In-Reply-To: (Bryan Drewery's message of "Fri, 27 Oct 2017 09:16:13 -0700") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (darwin) MIME-Version: 1.0 Content-Type: text/plain 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 16:38:35 -0000 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? Dan