summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-09-29 16:51:58 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-09-29 16:51:58 +0000
commit96e359390214c6104798291fb47cde9673027cfa (patch)
tree3b4b6272da92799074db5917289234a78ac55090 /lib
parent970dc8e4a8cc0a413cb07c27addcdc878b61ac17 (diff)
downloadcoreutils-96e359390214c6104798291fb47cde9673027cfa.tar.xz
* xtime.h (XTIME_PRECISION): Now of type int, not long long int.
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index f16ef804c..457e05699 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,9 @@
+2005-09-29 Paul Eggert <eggert@cs.ucla.edu>
+
+ * xtime.h (XTIME_PRECISION): Now of type int, not long long int,
+ so that the code works even with ancient cpp. Portability problem
+ with GCC 2.7.2.1 reported by Thomas M.Ott.
+
2005-09-29 Jim Meyering <jim@meyering.net>
* settime.c (settime): Move the HAVE_STIME block `up' into an #elif