summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-12-14 18:12:44 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-12-14 18:12:44 +0000
commit82944b0300798130db224721060a81a57863d27d (patch)
treea941d986ea562c587d4eb7757ff6075af6f1b274 /ChangeLog
parentdcc1bc175949754fe5b2296445446bd127f57597 (diff)
downloadcoreutils-82944b0300798130db224721060a81a57863d27d.tar.xz
Undo previous change to cat.c.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f73b0bb19..418a6b6d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
-2005-12-13 Paul Eggert <eggert@cs.ucla.edu>
+2005-12-14 Paul Eggert <eggert@cs.ucla.edu>
* 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 <eggert@cs.ucla.edu>
+
* src/cat.c (main): Check for close (STDOUT_FILENO) failure.
2005-12-12 Paul Eggert <eggert@cs.ucla.edu>