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

Diff for /src/usr.bin/nc/netcat.c between version 1.84 and 1.85

version 1.84, 2005/10/25 06:51:37 version 1.85, 2006/01/20 00:01:20
Line 52 
Line 52 
 #include <string.h>  #include <string.h>
 #include <unistd.h>  #include <unistd.h>
 #include <fcntl.h>  #include <fcntl.h>
   #include <limits.h>
 #include "atomicio.h"  #include "atomicio.h"
   
 #ifndef SUN_LEN  #ifndef SUN_LEN

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