From: Jim Meyering Date: Sat, 2 Aug 2003 20:39:13 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CPPI-1_11~137 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9070de3ea2ef9f0abd8bd9b38268115f1b81ce45;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index b1c34068a6..03b67a0e45 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,9 @@ * Version 5.0.91. + * src/nice.c [!NICE_PRIORITY]: Include before + to avoid compilation error on Ultrix. Reported by Christian Krackowizer. + * src/cut.c (cut_fields): Don't read again after encountering an initial EOF. E.g., `cut -f2' would do so. * tests/misc/tty-eof: Add a test for the above fix.