baudrate() is now supplied.

This commit is contained in:
Peter Wemm 1999-08-30 08:09:41 +00:00
parent 707e2947ea
commit 1f28eceeac
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=50630

View File

@ -59,9 +59,11 @@ static char sccsid[] = "@(#)worm.c 8.1 (Berkeley) 5/31/93";
#define LENGTH 7
#define RUNLEN 8
#define CNTRL(p) (p-'A'+1)
#if 0
#ifndef baudrate
# define baudrate() _tty.sg_ospeed
#endif
#endif
WINDOW *tv;
WINDOW *stw;