2009-07-01 Pavel Roskin <proski@gnu.org>

* kern/mm.c: Use correct format to print size_t.
This commit is contained in:
proski 2009-07-01 15:39:21 +00:00
parent 3262295617
commit 2ef0084d80
2 changed files with 5 additions and 3 deletions

View file

@ -1,5 +1,7 @@
2009-07-01 Pavel Roskin <proski@gnu.org>
* kern/mm.c: Use correct format to print size_t.
* include/grub/elf.h: Define Elf_Sword and Elf_Xword.
* kern/i386/dl.c: Use ELF symbols without "32" or "64".
* kern/powerpc/dl.c: Likewise.