]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* xtime.h (XTIME_PRECISION): Now of type int, not long long int.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 29 Sep 2005 16:51:58 +0000 (16:51 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 29 Sep 2005 16:51:58 +0000 (16:51 +0000)
lib/ChangeLog

index f16ef804cb26c8a9e727539d51fa0c97be8745c1..457e05699874a69abc79cdde698259794a4f7e1a 100644 (file)
@@ -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