[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.6 and 1.7

version 1.6, 1997/04/20 23:29:33 version 1.7, 1997/08/22 22:42:08
Line 55 
Line 55 
 #include <setjmp.h>  #include <setjmp.h>
 #include <unistd.h>  #include <unistd.h>
 #include <errno.h>  #include <errno.h>
   #include <limits.h>
   
 /*  /*
  * Remote host attributes   * Remote host attributes
Line 254 
Line 255 
 int     bits8;                  /* terminal is is 8-bit mode */  int     bits8;                  /* terminal is is 8-bit mode */
 #define STRIP_PAR       (bits8 ? 0377 : 0177)  #define STRIP_PAR       (bits8 ? 0377 : 0177)
   
 char    fname[80];              /* file name buffer for ~< */  char    fname[PATH_MAX];        /* file name buffer for ~< */
 char    copyname[80];           /* file name buffer for ~> */  char    copyname[PATH_MAX];     /* file name buffer for ~> */
 char    ccc;                    /* synchronization character */  char    ccc;                    /* synchronization character */
 char    ch;                     /* for tipout */  char    ch;                     /* for tipout */
 char    *uucplock;              /* name of lock file for uucp's */  char    *uucplock;              /* name of lock file for uucp's */

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