From owner-svn-src-all@FreeBSD.ORG Thu May 21 11:01:16 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id 267A6106566C; Thu, 21 May 2009 11:01:16 +0000 (UTC) Date: Thu, 21 May 2009 11:01:16 +0000 From: Alexey Dokuchaev To: Stanislav Sedov Message-ID: <20090521110115.GA50355@FreeBSD.org> References: <200905191740.n4JHeMMU005087@svn.freebsd.org> <20090520200138.GA33344@server.vk2pj.dyndns.org> <20090521132404.cc5be268.stas@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <20090521132404.cc5be268.stas@FreeBSD.org> User-Agent: Mutt/1.4.2.1i Cc: "Carlos A. M. dos Santos" , src-committers@freebsd.org, Peter Jeremy , svn-src-all@freebsd.org, "George V. Neville-Neil" , svn-src-head@freebsd.org Subject: Re: svn commit: r192398 - in head/usr.bin: . perror X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2009 11:01:16 -0000 > Given how easy it is to "grep <> /usr/include/sys/errno.h" or > perl -e '$! = <>; print "$!\n";' > I'm not sure of the utility of this tool. User scripts should not depend on presence of system include files. Now, just to mention, Nick's suggestion about dropping extra noise actually good one. ./danfe