From: Jim Meyering Date: Sat, 6 Nov 2004 22:45:58 +0000 (+0000) Subject: . X-Git-Tag: v5.3.0~453 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=569ae8c54bd81d3a48c0392a60c309b22f541cd7;p=thirdparty%2Fcoreutils.git . --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 86c677552d..0d8ab62ba9 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,10 @@ 2004-11-06 Jim Meyering + * __fpending.c, __fpending.h: Remove files. + + * Makefile.am (libfetish_a_SOURCES): Remove __fpending.h, now + that it's no longer used. + Ensure that no close failure goes unreported. * closeout.c (close_stdout): Always close stdout. I.e., don't return early when it seems there's nothing to flush.