From caeff25ba17b76faf9a1d24ac2b6af63342117ba Mon Sep 17 00:00:00 2001 From: nyan Date: Sat, 27 May 2006 04:40:41 +0000 Subject: typo. --- sys/pc98/cbus/sio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/pc98/cbus/sio.c b/sys/pc98/cbus/sio.c index 2dd7500..d2b78da 100644 --- a/sys/pc98/cbus/sio.c +++ b/sys/pc98/cbus/sio.c @@ -3777,13 +3777,13 @@ siogdbterm(void) static void siogdbputc(int c) { - sio__cnputc(NULL, c); + sio_cnputc(NULL, c); } static int siogdbgetc(void) { - return (sio__cngetc(NULL)); + return (sio_cngetc(NULL)); } #endif -- cgit v1.1