]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
merge trunk
authorColin Watson <cjwatson@ubuntu.com>
Thu, 17 Feb 2011 14:51:11 +0000 (14:51 +0000)
committerColin Watson <cjwatson@ubuntu.com>
Thu, 17 Feb 2011 14:51:11 +0000 (14:51 +0000)
1  2 
grub-core/Makefile.core.def
grub-core/io/gzio.c
grub-core/kern/emu/getroot.c

Simple merge
index 8b813fed3991361659d92e9b3a759f97fbd2abf8,47df23833af184469ecba004f403d558116486b7..84e494d83b3834312ac885a0934e7593f4fcb3d8
@@@ -1151,9 -1136,9 +1151,9 @@@ grub_gzio_open (grub_file_t io
    file->data = gzio;
    file->read_hook = 0;
    file->fs = &grub_gzio_fs;
-   file->not_easly_seekable = 1;
+   file->not_easily_seekable = 1;
  
 -  if (! test_header (file))
 +  if (! test_gzip_header (file))
      {
        grub_free (gzio);
        grub_free (file);
Simple merge