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

Diff for /src/usr.bin/telnet/telnet.c between version 1.23 and 1.24

version 1.23, 2014/07/20 06:39:41 version 1.24, 2014/07/20 08:12:46
Line 32 
Line 32 
   
 #include "telnet_locl.h"  #include "telnet_locl.h"
   
   #include <arpa/telnet.h>
 #include <ctype.h>  #include <ctype.h>
 #include <curses.h>  #include <curses.h>
   #include <stdlib.h>
   #include <string.h>
 #include <term.h>  #include <term.h>
   
 #define        strip(x) (eight ? (x) : ((x) & 0x7f))  #define        strip(x) (eight ? (x) : ((x) & 0x7f))

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24