undefined variable fix from Mark_Weaver@brown.edu

This commit is contained in:
glass 1994-02-12 15:52:49 +00:00
parent efa03b9a6c
commit 2afef02671
1 changed files with 2 additions and 3 deletions

View File

@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)tty_tb.c 7.7 (Berkeley) 5/9/91
* $Id: tty_tb.c,v 1.8 1994/02/09 21:06:51 mycroft Exp $
* $Id: tty_tb.c,v 1.9 1994/02/12 15:52:49 glass Exp $
*/
#include "tb.h"
@ -130,10 +130,9 @@ tbopen(dev, tp)
tbclose(tp)
register struct tty *tp;
{
register int s;
int modebits = TBPOINT|TBSTOP;
tbtioctl(tp, BIOSMODE, &modebits, 0, p);
tbtioctl(tp, BIOSMODE, &modebits, 0, NULL);
}
/*