diff options
author | Roland McGrath <roland@gnu.org> | 2006-10-10 09:28:52 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2006-10-10 09:28:52 +0000 |
commit | e2779f601298f4feffd3093f1b5ae45e49677bc4 (patch) | |
tree | 35eba7feeb8ad0676d8538a147f032cd3a00d169 | |
parent | e298a3189dfbdab4a0bdf40de158b6da98717fca (diff) | |
download | glibc-e2779f601298f4feffd3093f1b5ae45e49677bc4.tar.gz glibc-e2779f601298f4feffd3093f1b5ae45e49677bc4.tar.xz glibc-e2779f601298f4feffd3093f1b5ae45e49677bc4.zip |
* 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.
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ffa9372182..7279f5fe77 100644 --- 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> |