From: Paul Eggert Date: Wed, 14 Dec 2005 18:12:44 +0000 (+0000) Subject: Undo previous change to cat.c. X-Git-Tag: v6.0~1127 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=82944b0300798130db224721060a81a57863d27d;p=thirdparty%2Fcoreutils.git Undo previous change to cat.c. --- diff --git a/ChangeLog b/ChangeLog index f73b0bb199..418a6b6d45 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,12 @@ -2005-12-13 Paul Eggert +2005-12-14 Paul Eggert * Version 6.0-cvs. + * src/cat.c (main): Undo previous change. close_stdout already + does the check, so the previous change wasn't necessary. + +2005-12-13 Paul Eggert + * src/cat.c (main): Check for close (STDOUT_FILENO) failure. 2005-12-12 Paul Eggert