]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 3 Jul 2005 21:10:37 +0000 (21:10 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 3 Jul 2005 21:10:37 +0000 (21:10 +0000)
lib/ChangeLog

index 2160ddc82bce37f2bb11c456c935ef2b09150bb1..b486ada93a4598896f141234361be6fceb3e8858 100644 (file)
@@ -1,3 +1,9 @@
+2005-07-03  Jim Meyering  <jim@meyering.net>
+
+       * 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  <eggert@cs.ucla.edu>
 
        * Makefile.am (libcoreutils_a_SOURCES): Undo previous change.