From owner-svn-src-stable-11@freebsd.org Fri Oct 27 17:02:36 2017 Return-Path: Delivered-To: svn-src-stable-11@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 AD085E4C60D; Fri, 27 Oct 2017 17:02:36 +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 82ED470480; Fri, 27 Oct 2017 17:02:36 +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 9C42AA38; Fri, 27 Oct 2017 12:02:33 -0500 (CDT) From: Dan Mack To: Konstantin Belousov Cc: src-committers@freebsd.org, svn-src-stable@freebsd.org, svn-src-all@freebsd.org, svn-src-stable-11@freebsd.org, Bryan Drewery , Konstantin Belousov Subject: Re: svn commit: r325041 - stable/11/lib/libprocstat References: <201710271533.v9RFXQ4M023391@repo.freebsd.org> <20171027170038.GI2566@kib.kiev.ua> Date: Fri, 27 Oct 2017 12:02:31 -0500 In-Reply-To: <20171027170038.GI2566@kib.kiev.ua> (Konstantin Belousov's message of "Fri, 27 Oct 2017 20:00:38 +0300") 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-11@freebsd.org X-Mailman-Version: 2.1.23 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: Fri, 27 Oct 2017 17:02:36 -0000 Konstantin Belousov writes: > 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. Ack - thx! Dan