summaryrefslogtreecommitdiffstats
path: root/sbin/init/init.c
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1994-08-23 04:42:45 +0000
committerdg <dg@FreeBSD.org>1994-08-23 04:42:45 +0000
commit5d3f6f3b9b41a168bfb967539740ad70d9b6af91 (patch)
tree5b4d88922445e60ef5420bc6bd2f16b58ce4616a /sbin/init/init.c
parent485f7eef731265baa56b2f4f7f011a69df1f52ea (diff)
downloadFreeBSD-src-5d3f6f3b9b41a168bfb967539740ad70d9b6af91.zip
FreeBSD-src-5d3f6f3b9b41a168bfb967539740ad70d9b6af91.tar.gz
Nuked the 2 second DTR wait; this is handled correctly in the sio driver.
Diffstat (limited to 'sbin/init/init.c')
-rw-r--r--sbin/init/init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/init/init.c b/sbin/init/init.c
index ff03598..cd5914a 100644
--- a/sbin/init/init.c
+++ b/sbin/init/init.c
@@ -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);
OpenPOWER on IntegriCloud