diff options
author | ache <ache@FreeBSD.org> | 1995-08-04 02:33:13 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-08-04 02:33:13 +0000 |
commit | 6fb1f6cbac0cd0b1de6f08086cc289eeba712bf3 (patch) | |
tree | 4f639f084857a2c0f48d19a511d5a262c2968311 | |
parent | 25dcf9aae3939e8f97268af082afe93ddecda5ad (diff) | |
download | FreeBSD-src-6fb1f6cbac0cd0b1de6f08086cc289eeba712bf3.zip FreeBSD-src-6fb1f6cbac0cd0b1de6f08086cc289eeba712bf3.tar.gz |
Remove IMAXBEL clearing, our cfmakeraw() already fixed for it
Reviewed by:
Submitted by:
Obtained from:
-rw-r--r-- | sbin/startslip/startslip.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/startslip/startslip.c b/sbin/startslip/startslip.c index 1592073..0b81897 100644 --- a/sbin/startslip/startslip.c +++ b/sbin/startslip/startslip.c @@ -292,7 +292,6 @@ restart: exit(2); } cfmakeraw(&t); - t.c_iflag &= ~IMAXBEL; switch (flowcontrol) { case FC_HW: t.c_cflag |= (CRTS_IFLOW|CCTS_OFLOW); |