aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98/cbus
diff options
context:
space:
mode:
authorYoshihiro Takahashi <nyan@FreeBSD.org>2004-07-01 09:32:32 +0000
committerYoshihiro Takahashi <nyan@FreeBSD.org>2004-07-01 09:32:32 +0000
commitb9d41c7aae6d02600df8ba96e0907f1f440d6a49 (patch)
treeac6b190184e7fa7ef5a81040cc44ed0757e39ec1 /sys/pc98/cbus
parentdb6bb7fc01bfe9aa6d36f00c47ba8c230a6a135e (diff)
downloadsrc-b9d41c7aae6d02600df8ba96e0907f1f440d6a49.tar.gz
src-b9d41c7aae6d02600df8ba96e0907f1f440d6a49.zip
Notes
Diffstat (limited to 'sys/pc98/cbus')
-rw-r--r--sys/pc98/cbus/sio.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/pc98/cbus/sio.c b/sys/pc98/cbus/sio.c
index 7be51fedb412..c2f02e8cd376 100644
--- a/sys/pc98/cbus/sio.c
+++ b/sys/pc98/cbus/sio.c
@@ -369,7 +369,7 @@ struct com_s {
static int espattach(struct com_s *com, Port_t esp_port);
#endif
-static int combreak(struct tty *tp, int sig);
+static void combreak(struct tty *tp, int sig);
static timeout_t siobusycheck;
static u_int siodivisor(u_long rclk, speed_t speed);
static timeout_t siodtrwakeup;
@@ -3192,7 +3192,7 @@ repeat:
goto repeat;
}
-static int
+static void
combreak(tp, sig)
struct tty *tp;
int sig;
@@ -3212,7 +3212,6 @@ combreak(tp, sig)
else
sio_setreg(com, com_cfcr, com->cfcr_image &= ~CFCR_SBREAK);
#endif
- return (0);
}
static int