2009-06-10 Pavel Roskin <proski@gnu.org>
* kern/file.c (grub_file_read): Use void pointer for the buffer. Adjust all callers.
This commit is contained in:
parent
27d5fef717
commit
5c5215d5e2
22 changed files with 59 additions and 56 deletions
|
@ -111,7 +111,7 @@ grub_file_open (const char *name)
|
|||
}
|
||||
|
||||
grub_ssize_t
|
||||
grub_file_read (grub_file_t file, char *buf, grub_size_t len)
|
||||
grub_file_read (grub_file_t file, void *buf, grub_size_t len)
|
||||
{
|
||||
grub_ssize_t res;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue