* grub-core/boot/i386/pc/diskboot.S (firstlist): Rename to ...

(LOCAL(firstlist)): ... this. Move it before the firstlist and not
	after. All users updated.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-02-29 15:26:42 +01:00
parent a121c9648e
commit fb88381212
2 changed files with 8 additions and 4 deletions

View file

@ -1,3 +1,9 @@
2012-02-29 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/boot/i386/pc/diskboot.S (firstlist): Rename to ...
(LOCAL(firstlist)): ... this. Move it before the firstlist and not
after. All users updated.
2012-02-29 Vladimir Serbinenko <phcoder@gmail.com>
Use the common size routine in hostfs so we can read disks as well.