From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/11550 Path: news.gmane.org!.POSTED!not-for-mail From: Alexander Monakov Newsgroups: gmane.linux.lib.musl.general Subject: Re: [PATCH] Handle localtime errors in ctime Date: Wed, 21 Jun 2017 10:18:40 +0300 (MSK) Message-ID: References: <1497545016-22965-1-git-send-email-oaanson@gmail.com> <20170615165413.GO1627@brightrain.aerifal.cx> <20170615170642.GQ1627@brightrain.aerifal.cx> <20170615172618.GR1627@brightrain.aerifal.cx> <20170615173109.GS1627@brightrain.aerifal.cx> <20170621003415.GY1627@brightrain.aerifal.cx> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Trace: blaine.gmane.org 1498029531 21914 195.159.176.226 (21 Jun 2017 07:18:51 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 21 Jun 2017 07:18:51 +0000 (UTC) User-Agent: Alpine 2.20.13 (LNX 116 2015-12-14) To: musl@lists.openwall.com Original-X-From: musl-return-11563-gllmg-musl=m.gmane.org@lists.openwall.com Wed Jun 21 09:18:48 2017 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.84_2) (envelope-from ) id 1dNZua-0005VB-3E for gllmg-musl@m.gmane.org; Wed, 21 Jun 2017 09:18:48 +0200 Original-Received: (qmail 9613 invoked by uid 550); 21 Jun 2017 07:18:51 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 9595 invoked from network); 21 Jun 2017 07:18:51 -0000 In-Reply-To: <20170621003415.GY1627@brightrain.aerifal.cx> Xref: news.gmane.org gmane.linux.lib.musl.general:11550 Archived-At: On Tue, 20 Jun 2017, Rich Felker wrote: > OK, using this one with a minor change to make it more readable (at > least to me). Thanks. Shouldn't the ctime change be reverted? Alexander