From owner-svn-src-head@FreeBSD.ORG Sun May 22 04:38:34 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9292F106566B; Sun, 22 May 2011 04:38:34 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 18D808FC0C; Sun, 22 May 2011 04:38:34 +0000 (UTC) Received: from [10.0.0.63] (63.imp.bsdimp.com [10.0.0.63]) (authenticated bits=0) by harmony.bsdimp.com (8.14.4/8.14.3) with ESMTP id p4M4a9pE085732 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES128-SHA bits=128 verify=NO); Sat, 21 May 2011 22:36:11 -0600 (MDT) (envelope-from imp@bsdimp.com) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Warner Losh In-Reply-To: <4DD80A22.3090300@FreeBSD.org> Date: Sat, 21 May 2011 22:36:09 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: References: <201105201703.p4KH3NrR093036@svn.freebsd.org> <4DD80A22.3090300@FreeBSD.org> To: Doug Barton X-Mailer: Apple Mail (2.1084) X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (harmony.bsdimp.com [10.0.0.6]); Sat, 21 May 2011 22:36:11 -0600 (MDT) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, Sergey Kandaurov , src-committers@freebsd.org Subject: Re: svn commit: r222136 - head/usr.bin/top X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 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 2011 04:38:34 -0000 On May 21, 2011, at 12:53 PM, Doug Barton wrote: > On 05/20/2011 10:09, Sergey Kandaurov wrote: >> There's still a lot of warnings but all of them reside in contrib = part. >=20 > That doesn't mean that they shouldn't be fixed. :) The great thing = about the way that the contrib sources are arranged in svn is that we = can fix things in src/contrib with no concern to any "costs" imposed by = the VCS. Except when they appear to break arm :( Remember people: make universe = (or make tinderbox) is *REQUIRED* to run cleanly when making warning = fixes. Warner