From a2157edfb4675c418158591f3cb8664e043ed5a0 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Tue, 15 Jul 2008 23:02:13 +0000 Subject: 2008-07-15 Barry deFreese * device/cons.c (cnputc): Turn parameter `c' into a char. * device/cons.h (cninit, cngetc, cnmaygetc, cnputc): Add prototypes. * i386/i386at/model_dep.c: Include * kern/printf.c: Include (cnputc): Remove prototype. (vprintf, iprintf): Explicitely cast cnputc into the type _doprnt expects. * linux/dev/kernel/printk.c: Include (cnputc): Remove prototype. --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index db0b80f..d2e106e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2008-07-15 Barry deFreese + + * device/cons.c (cnputc): Turn parameter `c' into a char. + * device/cons.h (cninit, cngetc, cnmaygetc, cnputc): Add prototypes. + * i386/i386at/model_dep.c: Include + * kern/printf.c: Include + (cnputc): Remove prototype. + (vprintf, iprintf): Explicitely cast cnputc into the type _doprnt + expects. + * linux/dev/kernel/printk.c: Include + (cnputc): Remove prototype. + 2008-07-04 Samuel Thibault * linux/src/drivers/net/rtl8139.c (rtl8129_open): Move IRQ -- cgit v1.2.3