diff --git a/sys/pc98/cbus/sio.c b/sys/pc98/cbus/sio.c index 7be51fedb41..c2f02e8cd37 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 diff --git a/sys/pc98/pc98/sio.c b/sys/pc98/pc98/sio.c index 7be51fedb41..c2f02e8cd37 100644 --- a/sys/pc98/pc98/sio.c +++ b/sys/pc98/pc98/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