From b6e3627ecbb4f85ecaf45c052c05970c07e4577e Mon Sep 17 00:00:00 2001 From: Yoshihiro Takahashi Date: Sat, 27 May 2006 04:40:41 +0000 Subject: [PATCH] typo. --- sys/pc98/cbus/sio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/pc98/cbus/sio.c b/sys/pc98/cbus/sio.c index 2dd7500b87b..d2b78dac990 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