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
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue