1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-15 06:28:46 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2003-08-02 20:39:13 +00:00
parent 846a7a53eb
commit 9070de3ea2
+3
View File
@@ -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.