* include/grub/i386/time.h: use "void" in the argument list

of grub_cpu_idle().
* include/grub/powerpc/time.h: Likewise.
* include/grub/sparc64/time.h: Likewise.
This commit is contained in:
proski 2007-11-25 01:46:59 +00:00
parent 68f6ac74e2
commit 7361cfe62e
4 changed files with 10 additions and 3 deletions

View file

@ -1,3 +1,10 @@
2007-11-24 Pavel Roskin <proski@gnu.org>
* include/grub/i386/time.h: use "void" in the argument list
of grub_cpu_idle().
* include/grub/powerpc/time.h: Likewise.
* include/grub/sparc64/time.h: Likewise.
2007-11-18 Christian Franke <franke@computer.org>
* util/console.c (grub_ncurses_getkey): Change curses KEY_* mapping,