From owner-svn-src-head@FreeBSD.ORG Mon Aug 23 10:43:49 2010 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 E199C10656A3; Mon, 23 Aug 2010 10:43:49 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id A1E058FC26; Mon, 23 Aug 2010 10:43:49 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:153e:890e:2af6:cf40] (unknown [IPv6:2001:7b8:3a7:0:153e:890e:2af6:cf40]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 242315C59; Mon, 23 Aug 2010 12:43:48 +0200 (CEST) Message-ID: <4C7250EA.4090704@andric.com> Date: Mon, 23 Aug 2010 12:43:54 +0200 From: Dimitry Andric User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.2.9pre) Gecko/20100814 Lanikai/3.1.3pre MIME-Version: 1.0 To: Gabor Kovesdan References: <201008231004.o7NA4Qk5034538@svn.freebsd.org> <20100823031208.3f6d23e8@dev.lan.Awfulhak.org> <4C724E03.7050804@FreeBSD.org> In-Reply-To: <4C724E03.7050804@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org, Brian Somers Subject: Re: svn commit: r211701 - in head: gnu/usr.bin share/mk sys/sys tools/build/options usr.bin 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: Mon, 23 Aug 2010 10:43:50 -0000 On 2010-08-23 12:31, Gabor Kovesdan wrote: > - print out warning and exit if writing to stdin fails I hope you mean stdout here? :)