From 99a94f057efad6189ca6670aca9de6b51e71a477 Mon Sep 17 00:00:00 2001 From: jonathan Date: Sat, 12 Oct 1996 23:41:35 +0000 Subject: [PATCH] Put back the ttstop-returns-void changes accidentally clobbered by merging the 1.2 and -current branch serial-console fixes. --- sys/arch/pmax/dev/dc.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sys/arch/pmax/dev/dc.c b/sys/arch/pmax/dev/dc.c index 01e0cced1e5e..5e3ff9a3c05c 100644 --- a/sys/arch/pmax/dev/dc.c +++ b/sys/arch/pmax/dev/dc.c @@ -1,4 +1,4 @@ -/* $NetBSD: dc.c,v 1.25 1996/10/11 00:44:44 christos Exp $ */ +/* $NetBSD: dc.c,v 1.26 1996/10/12 23:41:35 jonathan Exp $ */ /*- * Copyright (c) 1992, 1993 @@ -873,7 +873,7 @@ out: * Stop output on a line. */ /*ARGSUSED*/ -/*void*/int +void dcstop(tp, flag) register struct tty *tp; { @@ -890,7 +890,6 @@ dcstop(tp, flag) tp->t_state |= TS_FLUSH; } splx(s); - return(0); } int