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

Diff for /src/usr.bin/telnet/terminal.c between version 1.3 and 1.4

version 1.3, 1998/03/12 04:57:45 version 1.4, 2001/11/19 19:02:16
Line 109 
Line 109 
 ttyflush(drop)  ttyflush(drop)
     int drop;      int drop;
 {  {
     register int n, n0, n1;      int n, n0, n1;
   
     n0 = ring_full_count(&ttyoring);      n0 = ring_full_count(&ttyoring);
     if ((n1 = n = ring_full_consecutive(&ttyoring)) > 0) {      if ((n1 = n = ring_full_consecutive(&ttyoring)) > 0) {
Line 201 
Line 201 
 setconnmode(force)  setconnmode(force)
     int force;      int force;
 {  {
     register int newmode;      int newmode;
 #ifdef ENCRYPTION  #ifdef ENCRYPTION
     static int enc_passwd = 0;      static int enc_passwd = 0;
 #endif  #endif

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