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:
proski 2008-01-03 22:43:46 +00:00
parent b9416d00ad
commit 97eab9176c
6 changed files with 20 additions and 11 deletions

View file

@ -87,7 +87,7 @@ struct hd_geometry
/* Runtime detection of kernel */
# include <sys/utsname.h>
int
get_kfreebsd_version ()
get_kfreebsd_version (void)
{
struct utsname uts;
int major;