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

Diff for /src/usr.bin/telnet/main.c between version 1.25 and 1.26

version 1.25, 2014/07/20 06:39:41 version 1.26, 2014/07/20 08:12:45
Line 32 
Line 32 
   
 #include "telnet_locl.h"  #include "telnet_locl.h"
   
   #include <sys/socket.h>
   #include <stdlib.h>
   #include <string.h>
 #include <unistd.h>  #include <unistd.h>
   
 int family = AF_UNSPEC;  int family = AF_UNSPEC;

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26