Put back the ttstop-returns-void changes accidentally clobbered by
merging the 1.2 and -current branch serial-console fixes.
This commit is contained in:
parent
0c820bd260
commit
99a94f057e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user