1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

Nuked the 2 second DTR wait; this is handled correctly in the sio driver.

This commit is contained in:
David Greenman 1994-08-23 04:42:45 +00:00
parent 84fb67c981
commit 40eaff5d0f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=2233

View File

@ -525,7 +525,6 @@ setctty(name)
int fd;
(void) revoke(name);
sleep (2); /* leave DTR low */
if ((fd = open(name, O_RDWR)) == -1) {
stall("can't open %s: %m", name);
_exit(1);