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

Diff for /src/usr.bin/ssh/ttymodes.c between version 1.4 and 1.5

version 1.4, 1999/11/24 00:26:04 version 1.5, 1999/11/24 19:53:54
Line 209 
Line 209 
         struct termios tio;          struct termios tio;
         int baud;          int baud;
   
         /* Get the modes. */  
         if (tcgetattr(fd, &tio) < 0) {          if (tcgetattr(fd, &tio) < 0) {
                 packet_put_char(TTY_OP_END);                  packet_put_char(TTY_OP_END);
                 log("tcgetattr: %.100s", strerror(errno));                  log("tcgetattr: %.100s", strerror(errno));

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5