From: Roland McGrath Date: Tue, 10 Oct 2006 09:28:52 +0000 (+0000) Subject: * sysdeps/mach/hurd/utimes.c: Use a union to avoid an improper cast. X-Git-Tag: cvs/fedora-glibc-20061025T1857~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2779f601298f4feffd3093f1b5ae45e49677bc4;p=thirdparty%2Fglibc.git * sysdeps/mach/hurd/utimes.c: Use a union to avoid an improper cast. * sysdeps/mach/hurd/futimes.c: Likewise. * sysdeps/mach/hurd/lutimes.c: Likewise. --- diff --git a/ChangeLog b/ChangeLog index ffa9372182e..7279f5fe770 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-10-10 Roland McGrath + + * sysdeps/mach/hurd/utimes.c: Use a union to avoid an improper cast. + * sysdeps/mach/hurd/futimes.c: Likewise. + * sysdeps/mach/hurd/lutimes.c: Likewise. + 2006-10-09 Ulrich Drepper Jakub Jelinek