[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.5 and 1.6

version 1.5, 1998/05/15 03:16:43 version 1.6, 1998/07/27 15:29:29
Line 35 
Line 35 
  */   */
   
 #include "telnet_locl.h"  #include "telnet_locl.h"
 #include <term.h>  
   
 #define        strip(x) (eight ? (x) : ((x) & 0x7f))  #define        strip(x) (eight ? (x) : ((x) & 0x7f))
   

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6