* grub-core/kern/emu/hostdisk.c (grub_util_get_fd_size): Adapt for
mingw32 as well based on grub_util_get_disk_size. * util/misc.c (grub_util_get_disk_size): Removed. all users switched to grub_util_get_fd_size. (sync): Removed. (fsync): Moved to ... * grub-core/kern/emu/misc.c (fsync): ... here.
This commit is contained in:
parent
f82d79c984
commit
984cfd8a79
8 changed files with 106 additions and 94 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
2013-08-22 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/kern/emu/hostdisk.c (grub_util_get_fd_size): Adapt for
|
||||
mingw32 as well based on grub_util_get_disk_size.
|
||||
* util/misc.c (grub_util_get_disk_size): Removed. all users switched to
|
||||
grub_util_get_fd_size.
|
||||
(sync): Removed.
|
||||
(fsync): Moved to ...
|
||||
* grub-core/kern/emu/misc.c (fsync): ... here.
|
||||
|
||||
2013-08-22 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* include/grub/mm.h (grub_extend_alloc): Remove.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue