[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.17 and 1.18

version 1.17, 2002/03/19 10:49:35 version 1.18, 2002/06/19 00:27:55
Line 307 
Line 307 
         else          else
                 packet_put_raw(buffer_ptr(&buf), buffer_len(&buf));                  packet_put_raw(buffer_ptr(&buf), buffer_len(&buf));
         buffer_free(&buf);          buffer_free(&buf);
         return;  
 }  }
   
 /*  /*
Line 457 
Line 456 
         /* Set the new modes for the terminal. */          /* Set the new modes for the terminal. */
         if (tcsetattr(fd, TCSANOW, &tio) == -1)          if (tcsetattr(fd, TCSANOW, &tio) == -1)
                 log("Setting tty modes failed: %.100s", strerror(errno));                  log("Setting tty modes failed: %.100s", strerror(errno));
         return;  
 }  }

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18