* 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.
This commit is contained in:
Roland McGrath 2006-10-10 09:28:52 +00:00
parent e298a3189d
commit e2779f6012
1 changed files with 6 additions and 0 deletions

View File

@ -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>