From: Jim Meyering Date: Mon, 26 Aug 2002 07:23:18 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v4.5.1~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d1c743816611be8f72deb5d4c18f1761a2c7688;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 1c3f1ebe7e..0da2d28b12 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,16 @@ -2002-08-25 Jim Meyering +2002-08-26 Jim Meyering * Version 4.5.1. + * src/cat.c (close_stdout_wrapper): New, kludgey, function and + file-scoped global. + (main): Register it with atexit. + Close STDOUT_FILENO, to avoid a problem when writing to + /dev/audio on at least Solaris 2.7 and 2.8 systems. + Reported by Shing-Shong Shei. + +2002-08-25 Jim Meyering + * src/cat.c (main): Close STDIN_FILENO rather than a literal `0'. * src/tac.c (main): Likewise. * src/tail.c (main): Likewise.