]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 2 Aug 2003 20:39:13 +0000 (20:39 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 2 Aug 2003 20:39:13 +0000 (20:39 +0000)
ChangeLog

index b1c34068a692abe95411d62d4236a6a29764bf00..03b67a0e45345d074d422b250e6a58f1a33b4323 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.