[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.12 and 1.13

version 1.12, 2014/07/19 23:50:38 version 1.13, 2014/07/20 05:22:02
Line 30 
Line 30 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
   /* these three defines affect the behavior of <arpa/telnet.h> */
 #define TELOPTS  #define TELOPTS
 #define TELCMDS  #define TELCMDS
 #define SLC_NAMES  #define SLC_NAMES
   
 #include "telnet_locl.h"  #include "telnet_locl.h"
   #include <poll.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.12  
changed lines
  Added in v.1.13