Re: [PATCH] fprintftime: avoid a warning about ignored fwrite return value

2010-04-11 Thread Jim Meyering
James Youngman wrote: > I think strftime also needs to depend on ignore-value, since > ignore-value.h is included in strftime.c. See the attached patch > which I forgot to send at the time. Hi James, The sole use of ignore_value is within an #if FPRINTFTIME block, as is the #include. Thus the fp

Re: [PATCH] fprintftime: avoid a warning about ignored fwrite return value

2010-04-10 Thread James Youngman
I think strftime also needs to depend on ignore-value, since ignore-value.h is included in strftime.c. See the attached patch which I forgot to send at the time. From 5a84f1d36bbfbd1bcc1adc7c90819b82cb201768 Mon Sep 17 00:00:00 2001 From: James Youngman Date: Sun, 8 Nov 2009 20:17:09 + Subjec

Re: [PATCH] fprintftime: avoid a warning about ignored fwrite return value

2009-11-09 Thread Jim Meyering
w, date, du --time and uptime are the only clients that >> use fprintftime, so even if this can hide a real failure, it's not >> *that* big a deal. >> >> From 119ae5514681e42839f83a4993021a222ec45daa Mon Sep 17 00:00:00 2001 >> From: Jim Meyering >> Date: We

Re: [PATCH] fprintftime: avoid a warning about ignored fwrite return value

2009-11-09 Thread James Youngman
nly clients that > use fprintftime, so even if this can hide a real failure, it's not > *that* big a deal. > > From 119ae5514681e42839f83a4993021a222ec45daa Mon Sep 17 00:00:00 2001 > From: Jim Meyering > Date: Wed, 28 Oct 2009 10:24:09 +0100 > Subject: [PATCH] fprintftime: avoi

[PATCH] fprintftime: avoid a warning about ignored fwrite return value

2009-10-28 Thread Jim Meyering
x27;s not *that* big a deal. >From 119ae5514681e42839f83a4993021a222ec45daa Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 28 Oct 2009 10:24:09 +0100 Subject: [PATCH] fprintftime: avoid a warning about ignored fwrite return value * lib/strftime.c [FPRINTFTIME]: Include "ignore-value