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

Diff for /src/usr.bin/telnet/utilities.c between version 1.15 and 1.16

version 1.15, 2014/07/20 07:34:43 version 1.16, 2014/07/20 08:12:46
Line 37 
Line 37 
   
 #include "telnet_locl.h"  #include "telnet_locl.h"
   
   #include <arpa/telnet.h>
 #include <ctype.h>  #include <ctype.h>
 #include <limits.h>  #include <limits.h>
 #include <poll.h>  #include <poll.h>
   #include <stdlib.h>
   #include <string.h>
   
 FILE    *NetTrace = 0;          /* Not in bss, since needs to stay */  FILE    *NetTrace = 0;          /* Not in bss, since needs to stay */
 int     prettydump;  int     prettydump;

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16