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

Diff for /src/usr.bin/telnet/commands.c between version 1.84 and 1.85

version 1.84, 2016/05/03 02:06:54 version 1.85, 2017/07/19 12:25:52
Line 1636 
Line 1636 
         return 1;          return 1;
 }  }
   
 #ifdef  SIGINFO  
 /*  /*
  * Function that gets called when SIGINFO is received.   * Function that gets called when SIGINFO is received.
  */   */
Line 1645 
Line 1644 
 {  {
         connection_status(1);          connection_status(1);
 }  }
 #endif  
   
 static Command *getcmd(char *name);  static Command *getcmd(char *name);
   

Legend:
Removed from v.1.84  
changed lines
  Added in v.1.85