--- src/sys/kern/tty_cons.c 2006/09/21 16:16:09 1.18 +++ src/sys/kern/tty_cons.c 2006/12/23 23:47:54 1.19 @@ -113,7 +113,7 @@ CONS_DRIVER(cons, NULL, NULL, NULL, NULL SET_DECLARE(cons_set, struct consdev); void -cninit() +cninit(void) { struct consdev *best_cp, *cp, **list; @@ -172,7 +172,7 @@ cninit() * Hook the open and close functions on the selected device. */ void -cninit_finish() +cninit_finish(void) { if ((cn_tab == NULL) || cn_mute) return;