[BACK]Return to rlogin.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / rlogin

Diff for /src/usr.bin/rlogin/Attic/rlogin.c between version 1.6 and 1.7

version 1.6, 1996/06/26 05:38:33 version 1.7, 1996/07/27 10:34:31
Line 779 
Line 779 
                 tty.c_lflag &= ~(ECHO|ICANON|ISIG|IEXTEN);                  tty.c_lflag &= ~(ECHO|ICANON|ISIG|IEXTEN);
                 tty.c_iflag &= ~ICRNL;                  tty.c_iflag &= ~ICRNL;
                 tty.c_oflag &= ~OPOST;                  tty.c_oflag &= ~OPOST;
                   tty.c_cc[VMIN] = 1;
                   tty.c_cc[VTIME] = 0;
                 if (eight) {                  if (eight) {
                         tty.c_iflag &= IXOFF;                          tty.c_iflag &= IXOFF;
                         tty.c_cflag &= ~(CSIZE|PARENB);                          tty.c_cflag &= ~(CSIZE|PARENB);

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7