diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-09-29 16:51:58 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-09-29 16:51:58 +0000 |
commit | 96e359390214c6104798291fb47cde9673027cfa (patch) | |
tree | 3b4b6272da92799074db5917289234a78ac55090 | |
parent | 970dc8e4a8cc0a413cb07c27addcdc878b61ac17 (diff) | |
download | coreutils-96e359390214c6104798291fb47cde9673027cfa.tar.xz |
* xtime.h (XTIME_PRECISION): Now of type int, not long long int.
-rw-r--r-- | lib/ChangeLog | 6 |
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 |