From owner-svn-src-head@freebsd.org Sun May 22 05:36:06 2016 Return-Path: Delivered-To: svn-src-head@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 D7FB7B43480; Sun, 22 May 2016 05:36:06 +0000 (UTC) (envelope-from joel@vnode.se) Received: from smtp.vnode.se (smtp.vnode.se [IPv6:2a07:6c0:1::3]) by mx1.freebsd.org (Postfix) with ESMTP id A294E1519; Sun, 22 May 2016 05:36:06 +0000 (UTC) (envelope-from joel@vnode.se) Received: from ymer.vnode.se (81-235-218-96-no20.tbcn.telia.com [81.235.218.96]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.vnode.se (Postfix) with ESMTPSA id 401517569; Sun, 22 May 2016 07:36:04 +0200 (CEST) Date: Sun, 22 May 2016 07:36:03 +0200 From: Joel Dahl To: Garrett Cooper Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r300395 - head/contrib/top Message-ID: <20160522053603.GA61694@ymer.vnode.se> Mail-Followup-To: Garrett Cooper , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201605220417.u4M4H12O020940@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201605220417.u4M4H12O020940@repo.freebsd.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 May 2016 05:36:07 -0000 On Sun, May 22, 2016 at 04:17:01AM +0000, Garrett Cooper wrote: > Author: ngie > Date: Sun May 22 04:17:00 2016 > New Revision: 300395 > URL: https://svnweb.freebsd.org/changeset/base/300395 > > Log: > Silence top(1) compiler warnings > > The contrib/top code is no longer maintained upstream (last pulled 16 years > ago). Move it out of contrib/? -- Joel