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

Diff for /src/usr.bin/tip/Attic/tip.h between version 1.25 and 1.26

version 1.25, 2006/03/17 21:43:51 version 1.26, 2006/06/06 23:24:52
Line 87 
Line 87 
 long    DL;                     /* line delay for file transfers to remote */  long    DL;                     /* line delay for file transfers to remote */
 long    CL;                     /* char delay for file transfers to remote */  long    CL;                     /* char delay for file transfers to remote */
 long    ET;                     /* echocheck timeout */  long    ET;                     /* echocheck timeout */
   long    LD;                     /* line disc */
 short   HD;                     /* this host is half duplex - do local echo */  short   HD;                     /* this host is half duplex - do local echo */
 short   DC;                     /* this host is directly connected. */  short   DC;                     /* this host is directly connected. */
   
Line 225 
Line 226 
 #define LECHO           31  #define LECHO           31
 #define PARITY          32  #define PARITY          32
 #define HARDWAREFLOW    33  #define HARDWAREFLOW    33
   #define LINEDISC        34
   
 #define NOVAL   ((value_t *)NULL)  #define NOVAL   ((value_t *)NULL)
 #define NOACU   ((acu_t *)NULL)  #define NOACU   ((acu_t *)NULL)

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26