From: Paul Eggert Date: Thu, 29 Sep 2005 16:51:58 +0000 (+0000) Subject: * xtime.h (XTIME_PRECISION): Now of type int, not long long int. X-Git-Tag: v5.90~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96e359390214c6104798291fb47cde9673027cfa;p=thirdparty%2Fcoreutils.git * xtime.h (XTIME_PRECISION): Now of type int, not long long int. --- diff --git a/lib/ChangeLog b/lib/ChangeLog index f16ef804cb..457e056998 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2005-09-29 Paul Eggert + + * 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 * settime.c (settime): Move the HAVE_STIME block `up' into an #elif