* grub-core/loader/i386/xnu.c (grub_xnu_boot): Init fsbfreq to

sane value to avoid a spurious warning.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-02-29 14:53:41 +01:00
parent c4b7e58882
commit 595717e6d4
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2012-02-29 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/loader/i386/xnu.c (grub_xnu_boot): Init fsbfreq to
sane value to avoid a spurious warning.
2012-02-29 Vladimir Serbinenko <phcoder@gmail.com>
* include/grub/dl.h: Switch from APPLE_CC to __APPLE__.