From: Jim Meyering Date: Sun, 3 Jul 2005 21:10:37 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CPPI-1_12~332 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c719961a19762b34476db794a26bc480863634a8;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 2160ddc82b..b486ada93a 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,9 @@ +2005-07-03 Jim Meyering + + * posixtm.c (posixtime) [lint]: Initialize *all* of tm0, not just + the .tm_year member, since otherwise gcc-4.0 would now warn about + tm_zone, tm_gmtoff, tm_isdst, tm_yday, tm_wday. + 2005-07-03 Paul Eggert * Makefile.am (libcoreutils_a_SOURCES): Undo previous change.