2008-02-07 Christian Franke <franke@computer.org>

* util/hostfs.c (grub_hostfs_open): Use fseeko and ftello
        instead of fseek and ftell to support large files.
        (grub_hostfs_read): Likewise.
This commit is contained in:
robertmh 2008-02-07 22:14:33 +00:00
parent f2156fda69
commit 1ec8425d1d
2 changed files with 10 additions and 4 deletions

View file

@ -1,3 +1,9 @@
2008-02-07 Christian Franke <franke@computer.org>
* util/hostfs.c (grub_hostfs_open): Use fseeko and ftello
instead of fseek and ftell to support large files.
(grub_hostfs_read): Likewise.
2008-02-07 Robert Millan <rmh@aybabtu.com>
Patch from Jeroen Dekkers.