* include/grub/file.h (not_easly_seekable): Rename to ...

(not_easily_seekable): ... this.  Update all users.
This commit is contained in:
Colin Watson 2011-02-08 13:21:13 +00:00
parent 800f188183
commit 7e735e4349
6 changed files with 12 additions and 7 deletions

View file

@ -281,7 +281,7 @@ grub_pxefs_open (struct grub_file *file, const char *name)
}
file->data = data;
file->not_easly_seekable = 1;
file->not_easily_seekable = 1;
grub_memcpy (file_int, file, sizeof (struct grub_file));
curr_file = file_int;