* sysdeps/mach/hurd/utimes.c: Use a union to avoid an improper cast.
authorRoland McGrath <roland@gnu.org>
Tue, 10 Oct 2006 09:28:52 +0000 (09:28 +0000)
committerRoland McGrath <roland@gnu.org>
Tue, 10 Oct 2006 09:28:52 +0000 (09:28 +0000)
* sysdeps/mach/hurd/futimes.c: Likewise.
* sysdeps/mach/hurd/lutimes.c: Likewise.

ChangeLog

index ffa9372..7279f5f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-10-10  Roland McGrath  <roland@frob.com>
+
+       * 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  <drepper@redhat.com>
            Jakub Jelinek  <jakub@redhat.com>