[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.51 and 1.52

version 1.51, 2010/07/02 05:56:29 version 1.52, 2010/07/02 07:32:16
Line 56 
Line 56 
 #include <err.h>  #include <err.h>
 #include <limits.h>  #include <limits.h>
   
   /* tip paths. */
   #define _PATH_ACULOG "/var/log/aculog"
   #define _PATH_REMOTE "/etc/remote"
   
 /* Variable table entry. */  /* Variable table entry. */
 typedef struct {  typedef struct {
         char    *v_name;        /* variable name */          char    *v_name;        /* variable name */
Line 142 
Line 146 
 FILE    *fscript;               /* FILE for scripting */  FILE    *fscript;               /* FILE for scripting */
   
 int     FD;                     /* open file descriptor to remote host */  int     FD;                     /* open file descriptor to remote host */
 int     AC;                     /* open file descriptor to dialer (v831 only) */  
 int     vflag;                  /* print .tiprc initialization sequence */  int     vflag;                  /* print .tiprc initialization sequence */
 int     noesc;                  /* no `~' escape char */  int     noesc;                  /* no `~' escape char */
 int     sfd;                    /* for ~< operation */  int     sfd;                    /* for ~< operation */

Legend:
Removed from v.1.51  
changed lines
  Added in v.1.52