Fix typos, dates and spacing
This commit is contained in:
parent
b0c301f78f
commit
81a06771bf
1 changed files with 20 additions and 20 deletions
|
@ -26,14 +26,14 @@
|
|||
|
||||
2008-09-22 Bean <bean123ch@gmail.com>
|
||||
|
||||
* disk/ata.c (grub_apapi_open): Initialize devfnd, no need to set
|
||||
* disk/ata.c (grub_atapi_open): Initialize devfnd, no need to set
|
||||
scsi->name and scsi->luns, as they will be set in grub_scsi_open.
|
||||
|
||||
* disk/scsi.c (grub_scsi_open): Don't call p->close (scsi) here when
|
||||
error occurs, as grub_disk_open will call grub_disk_close, which will
|
||||
call p->close (scsi).
|
||||
|
||||
008-09-21 Felix Zielcke <fzielcke@z-51.de>
|
||||
2008-09-21 Felix Zielcke <fzielcke@z-51.de>
|
||||
|
||||
* configure.ac (AC_INIT): Quote `GRUB' string and version number.
|
||||
(AC_PREREQ): Bumped to 2.59.
|
||||
|
@ -69,7 +69,7 @@
|
|||
|
||||
* loader/i386/pc/multiboot.c (grub_multiboot_load_elf32): Skip
|
||||
segments when their filesz is zero (grub_file_read() interprets
|
||||
zero-size as "read untill EOF", which results in memory corruption).
|
||||
zero-size as "read until EOF", which results in memory corruption).
|
||||
Use `lowest_segment' rather than 0 for calculating the current
|
||||
segment load address.
|
||||
|
||||
|
@ -333,7 +333,7 @@
|
|||
#if ! defined (__CYGWIN__) && ! defined (__MINGW32__).
|
||||
|
||||
* include/grub/util/misc.h: #include <config.h> and <grub/types.h>,
|
||||
declear asprintf if HAVE_ASPRINTF is not set, declear fseeko, ftello,
|
||||
declare asprintf if HAVE_ASPRINTF is not set, declare fseeko, ftello,
|
||||
sync, sleep and grub_util_get_disk_size for mingw.
|
||||
|
||||
* util/biosdisk.c (grub_util_biosdisk_open): Use grub_util_get_disk_size
|
||||
|
|
Loading…
Reference in a new issue