]> git.ipfire.org Git - thirdparty/grub.git/commit
* grub-core/kern/emu/hostdisk.c (grub_util_get_fd_size): Adapt for
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Thu, 22 Aug 2013 14:50:12 +0000 (16:50 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Thu, 22 Aug 2013 14:50:12 +0000 (16:50 +0200)
commit984cfd8a793da4a20d4a84d9923f83ae320da7b1
tree4fea27a84b501a17e916c8643b1a268ed43eb820
parentf82d79c984faa2f6cf20984121ea72d9313a9ee3
* 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.
ChangeLog
grub-core/kern/emu/hostdisk.c
grub-core/kern/emu/hostfs.c
grub-core/kern/emu/misc.c
include/grub/emu/hostdisk.h
include/grub/emu/misc.h
include/grub/util/misc.h
util/misc.c