[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.17 and 1.18

version 1.17, 2003/10/15 22:33:18 version 1.18, 2004/05/26 18:17:59
Line 245 
Line 245 
 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 */
 int     pid;                    /* pid of tipout */  pid_t   tipin_pid;              /* pid of tipin */
   pid_t   tipout_pid;             /* pid of tipout */
 uid_t   uid, euid;              /* real and effective user id's */  uid_t   uid, euid;              /* real and effective user id's */
 gid_t   gid, egid;              /* real and effective group id's */  gid_t   gid, egid;              /* real and effective group id's */
 int     stop;                   /* stop transfer session flag */  int     stop;                   /* stop transfer session flag */

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18