baudrate() is now supplied.
This commit is contained in:
parent
707e2947ea
commit
1f28eceeac
@ -59,9 +59,11 @@ static char sccsid[] = "@(#)worm.c 8.1 (Berkeley) 5/31/93";
|
|||||||
#define LENGTH 7
|
#define LENGTH 7
|
||||||
#define RUNLEN 8
|
#define RUNLEN 8
|
||||||
#define CNTRL(p) (p-'A'+1)
|
#define CNTRL(p) (p-'A'+1)
|
||||||
|
#if 0
|
||||||
#ifndef baudrate
|
#ifndef baudrate
|
||||||
# define baudrate() _tty.sg_ospeed
|
# define baudrate() _tty.sg_ospeed
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
WINDOW *tv;
|
WINDOW *tv;
|
||||||
WINDOW *stw;
|
WINDOW *stw;
|
||||||
|
Loading…
Reference in New Issue
Block a user