mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 14:56:13 +01:00
baudrate() is now supplied.
This commit is contained in:
parent
707e2947ea
commit
1f28eceeac
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=50630
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user