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

Diff for /src/usr.bin/telnet/network.c between version 1.12 and 1.13

version 1.12, 2014/07/20 06:24:19 version 1.13, 2014/07/20 08:12:46
Line 31 
Line 31 
  */   */
   
 #include "telnet_locl.h"  #include "telnet_locl.h"
   
   #include <sys/socket.h>
   #include <errno.h>
 #include <poll.h>  #include <poll.h>
   
 Ring            netoring, netiring;  Ring            netoring, netiring;

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13