[1379] in Kerberos-V5-bugs
B5 BSDI appl/bsd/krlogin.c
daemon@ATHENA.MIT.EDU (Brian Kantor)
Tue May 9 15:59:56 1995
Date: Tue, 9 May 1995 12:59:37 -0700
From: brian@nothing.ucsd.edu (Brian Kantor)
To: krb5-bugs@MIT.EDU
Because of differences in terminal control:
*** krlogin.c.orig Tue May 9 13:06:32 1995
--- krlogin.c Tue May 9 13:11:38 1995
***************
*** 1485,1496 ****
/* newtty.c_iflag |= (BRKINT|ISTRIP|IXON|IXANY); */
newtty.c_iflag &= ~(IXON|IXANY);
newtty.c_iflag |= (BRKINT|ISTRIP);
! newtty.c_oflag &= ~(ONLCR|ONOCR);
newtty.c_oflag |= (OPOST);
}
/* preserve tab delays, but turn off XTABS */
! if ((newtty.c_oflag & TABDLY) == TAB3)
! newtty.c_oflag &= ~TABDLY;
if (litout)
newtty.c_oflag &= ~OPOST;
--- 1485,1495 ----
/* newtty.c_iflag |= (BRKINT|ISTRIP|IXON|IXANY); */
newtty.c_iflag &= ~(IXON|IXANY);
newtty.c_iflag |= (BRKINT|ISTRIP);
! newtty.c_oflag &= ~(ONLCR);
newtty.c_oflag |= (OPOST);
}
/* preserve tab delays, but turn off XTABS */
! newtty.c_oflag &= ~OXTABS;
if (litout)
newtty.c_oflag &= ~OPOST;