2009-06-08 Pavel Roskin <proski@gnu.org>

* fs/hfs.c (grub_hfs_find_dir): Use union to avoid a warning
	about aliasing.
This commit is contained in:
proski 2009-06-08 13:25:54 +00:00
parent af3612634d
commit b57ea2c975
2 changed files with 15 additions and 7 deletions

View file

@ -1,3 +1,8 @@
2009-06-08 Pavel Roskin <proski@gnu.org>
* fs/hfs.c (grub_hfs_find_dir): Use union to avoid a warning
about aliasing.
2009-06-08 Felix Zielcke <fzielcke@z-51.de>
* Makefile.in (uninstall): Remove all $lib_DATA files.