summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus/sio.c
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2004-07-01 09:32:32 +0000
committernyan <nyan@FreeBSD.org>2004-07-01 09:32:32 +0000
commit86a740e80c051184c52c283f6dd9241ae56142ca (patch)
treeac6b190184e7fa7ef5a81040cc44ed0757e39ec1 /sys/pc98/cbus/sio.c
parentbf711ae9b25535d6a475aa2fe661dcd9c0b4e4b5 (diff)
downloadFreeBSD-src-86a740e80c051184c52c283f6dd9241ae56142ca.zip
FreeBSD-src-86a740e80c051184c52c283f6dd9241ae56142ca.tar.gz
Merged from sys/dev/sio/sio.c revision 1.446.
Diffstat (limited to 'sys/pc98/cbus/sio.c')
-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 7be51fe..c2f02e8 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
OpenPOWER on IntegriCloud