From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/3932 Path: news.gmane.org!not-for-mail From: Rich Felker Newsgroups: gmane.linux.lib.musl.general Subject: Re: [PATCH] unbreak vwarn: print ": " before errno message Date: Wed, 21 Aug 2013 00:51:47 -0400 Message-ID: <20130821045147.GX20515@brightrain.aerifal.cx> References: Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1377060721 28383 80.91.229.3 (21 Aug 2013 04:52:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 21 Aug 2013 04:52:01 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-3936-gllmg-musl=m.gmane.org@lists.openwall.com Wed Aug 21 06:52:02 2013 Return-path: Envelope-to: gllmg-musl@plane.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1VC0On-0003p3-KS for gllmg-musl@plane.gmane.org; Wed, 21 Aug 2013 06:52:01 +0200 Original-Received: (qmail 3438 invoked by uid 550); 21 Aug 2013 04:52:00 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Original-Received: (qmail 3420 invoked from network); 21 Aug 2013 04:52:00 -0000 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Xref: news.gmane.org gmane.linux.lib.musl.general:3932 Archived-At: On Mon, Aug 19, 2013 at 08:53:13PM -0500, Strake wrote: > >From dde16994da5bd333c9ae1f38cc9940a079212e8b Mon Sep 17 00:00:00 2001 > From: Strake > Date: Mon, 19 Aug 2013 20:56:46 -0500 > Subject: [PATCH] unbreak vwarn: print ": " before errno message Thanks. Committed. Rich