fprintftime: depend on stdio, not ignore-value
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 4 Jan 2013 01:55:18 +0000 (01:55 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 4 Jan 2013 02:05:35 +0000 (18:05 -0800)
commit38a9c455b0a6ec223aa39bf4c2368afc690616ef
treec76aada1179fac0293a0982508097ab60bda0875
parentff900756421975ed39a5611f63655451ef5e5728
fprintftime: depend on stdio, not ignore-value

* lib/strftime.c [FPRINTFTIME]: Do not include ignore-value.h.
(cpy) [FPRINTFTIME]: Use plain fwrite, not ignore_value of fwrite,
since the stdio module arranges to silence that warning now.
* modules/fprintftime (Depends-on): Depend on stdio, not ignore-value.
ChangeLog
lib/strftime.c
modules/fprintftime