fprintftime: avoid a warning about ignored fwrite return value
authorJim Meyering <meyering@redhat.com>
Wed, 28 Oct 2009 09:24:09 +0000 (10:24 +0100)
committerJim Meyering <meyering@redhat.com>
Wed, 28 Oct 2009 09:24:09 +0000 (10:24 +0100)
commit119ae5514681e42839f83a4993021a222ec45daa
tree738821f33235d41617621e2bbfd928261d762101
parent57eaa6500c8afacc43b4dd301e6ff7123ee2fe48
fprintftime: avoid a warning about ignored fwrite return value

* lib/strftime.c [FPRINTFTIME]: Include "ignore-value.h".
(cpy) [FPRINTFTIME]: Ignore fwrite failure, even though technically,
that is unsafe.
* modules/fprintftime (Depends-on): Add ignore-value.
ChangeLog
lib/strftime.c
modules/fprintftime