diff options
author | Jim Meyering <jim@meyering.net> | 2003-08-02 20:39:13 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-08-02 20:39:13 +0000 |
commit | 9070de3ea2ef9f0abd8bd9b38268115f1b81ce45 (patch) | |
tree | 8c941de7f01006645dd70cf15d83e2b08a0d55a6 /ChangeLog | |
parent | 846a7a53eb21a927ee4263614efa0a5f39a6eeb5 (diff) | |
download | coreutils-9070de3ea2ef9f0abd8bd9b38268115f1b81ce45.tar.xz |
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,9 @@ * Version 5.0.91. + * src/nice.c [!NICE_PRIORITY]: Include <time.h> before <sys/resource.h> + 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. |