2008-01-03 Pavel Roskin <proski@gnu.org>
* kern/i386/linuxbios/init.c: Put "void" to all function declarations with no arguments. * kern/powerpc/ieee1275/init.c: Likewise. * term/i386/pc/at_keyboard.c: Likewise. * term/i386/pc/vga_text.c: Likewise. * util/grub-mkdevicemap.c: Likewise.
This commit is contained in:
parent
b9416d00ad
commit
97eab9176c
6 changed files with 20 additions and 11 deletions
|
@ -66,14 +66,14 @@ grub_millisleep (grub_uint32_t ms __attribute__ ((unused)))
|
|||
}
|
||||
|
||||
void
|
||||
grub_exit ()
|
||||
grub_exit (void)
|
||||
{
|
||||
grub_printf ("grub_exit() is not implemented.\n");
|
||||
grub_stop ();
|
||||
}
|
||||
|
||||
void
|
||||
grub_reboot ()
|
||||
grub_reboot (void)
|
||||
{
|
||||
grub_printf ("grub_reboot() is not implemented.\n");
|
||||
grub_stop ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue