[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.14 and 1.15

version 1.14, 2014/07/20 06:39:41 version 1.15, 2014/07/20 07:34:43
Line 38 
Line 38 
 #include "telnet_locl.h"  #include "telnet_locl.h"
   
 #include <ctype.h>  #include <ctype.h>
   #include <limits.h>
 #include <poll.h>  #include <poll.h>
   
 FILE    *NetTrace = 0;          /* Not in bss, since needs to stay */  FILE    *NetTrace = 0;          /* Not in bss, since needs to stay */
Line 62 
Line 63 
  * The following are routines used to print out debugging information.   * The following are routines used to print out debugging information.
  */   */
   
 unsigned char NetTraceFile[MAXPATHLEN] = "(standard output)";  unsigned char NetTraceFile[PATH_MAX] = "(standard output)";
   
     void      void
 SetNetTrace(file)  SetNetTrace(file)

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