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

Diff for /src/usr.bin/telnet/telnet_locl.h between version 1.8 and 1.9

version 1.8, 2014/07/20 07:35:04 version 1.9, 2014/07/20 08:12:46
Line 39 
Line 39 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
 #include <sys/types.h>  
 #include <sys/socket.h>  
   
 #include <errno.h>  
 #include <setjmp.h>  #include <setjmp.h>
 #include <signal.h>  #include <signal.h>
 #include <stdio.h>  #include <stdio.h>
 #include <stdlib.h>  
 #include <string.h>  
 #include <termios.h>  #include <termios.h>
 #include <time.h>  
   
 #include <arpa/telnet.h>  
   
 #include "ring.h"  #include "ring.h"
 #include "externs.h"  #include "externs.h"

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9