[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.44 and 1.45

version 1.44, 2010/06/29 23:32:52 version 1.45, 2010/06/29 23:38:05
Line 57 
Line 57 
 #include <limits.h>  #include <limits.h>
   
 /*  /*
  * Remote host attributes  
  */  
 char    *DV;                    /* UNIX device(s) to open */  
 char    *CM;                    /* initial connection message */  
 char    *DI;                    /* disconnect string */  
   
 /*  
  * String value table   * String value table
  */   */
 typedef struct {  typedef struct {
Line 130 
Line 123 
 enum {  enum {
         BEAUTIFY = 0,          BEAUTIFY = 0,
         BAUDRATE,          BAUDRATE,
           CONNECT,
           DEVICE,
         EOFREAD,          EOFREAD,
         EOFWRITE,          EOFWRITE,
         EOL,          EOL,

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45