]> git.ipfire.org Git - thirdparty/grub.git/commit
2005-01-20 Marco Gerards <metgerards@student.han.nl>
authormarco_g <marco_g@localhost>
Thu, 20 Jan 2005 17:25:39 +0000 (17:25 +0000)
committermarco_g <marco_g@localhost>
Thu, 20 Jan 2005 17:25:39 +0000 (17:25 +0000)
commit777aff39575154edb5e73d8cf2e1cae6ad393dc0
tree21d2622a361b04de59b4e2450e389e08e20d2063
parentd0ff18e18243ecdf6211bd0bedf91c7c9e12728d
2005-01-20  Marco Gerards  <metgerards@student.han.nl>

* include/grub/mm.h (grub_mm_init_region): Change the type of the
`unsigned' arguments to `grub_size_t'.
(grub_malloc): Likewise.
(grub_realloc): Likewise.
(grub_memalign): Likewise.
* kern/i386/dl.c (grub_arch_dl_check_header): Likewise.
* kern/powerpc/dl.c (grub_arch_dl_check_header): Likewise.
* util/misc.c (grub_malloc): Likewise.
(grub_realloc): Likewise.
* kern/mm.c (get_header_from_pointer): Change the casts to
`unsigned' into a cast to `grub_size_t'.

* fs/fshelp.c (grub_fshelp_find_file): The `oldnode' should always
point to `currnode' when `currnode' is changed.

* util/grub-emu.c (main): Initialize `progname'.  Reported by Nico
Schottelius <nico-linux@schottelius.org>.
ChangeLog
fs/fshelp.c
include/grub/mm.h
kern/i386/dl.c
kern/mm.c
kern/powerpc/dl.c
util/grub-emu.c
util/misc.c