1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

Remove IMAXBEL clearing, our cfmakeraw() already fixed for it

Reviewed by:
Submitted by:
Obtained from:
This commit is contained in:
Andrey A. Chernov 1995-08-04 02:33:13 +00:00
parent ba60b431ca
commit d880a8a822
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=9884

View File

@ -292,7 +292,6 @@ main(argc, argv)
exit(2);
}
cfmakeraw(&t);
t.c_iflag &= ~IMAXBEL;
switch (flowcontrol) {
case FC_HW:
t.c_cflag |= (CRTS_IFLOW|CCTS_OFLOW);