aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98/cbus/sio.c
diff options
context:
space:
mode:
authorYoshihiro Takahashi <nyan@FreeBSD.org>2006-05-27 04:40:41 +0000
committerYoshihiro Takahashi <nyan@FreeBSD.org>2006-05-27 04:40:41 +0000
commitb6e3627ecbb4f85ecaf45c052c05970c07e4577e (patch)
tree42666effb1ee85d56a9715db2dcfdc933d91426e /sys/pc98/cbus/sio.c
parente91db40c18037e45fc721d7193ada8eafe5858ba (diff)
downloadsrc-b6e3627ecbb4f85ecaf45c052c05970c07e4577e.tar.gz
src-b6e3627ecbb4f85ecaf45c052c05970c07e4577e.zip
Notes
Diffstat (limited to 'sys/pc98/cbus/sio.c')
-rw-r--r--sys/pc98/cbus/sio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pc98/cbus/sio.c b/sys/pc98/cbus/sio.c
index 2dd7500b87b0..d2b78dac990d 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