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

Diff for /src/usr.bin/file/file.h between version 1.14 and 1.15

version 1.14, 2003/07/02 21:04:10 version 1.15, 2003/11/09 20:13:57
Line 86 
Line 86 
                 unsigned char hl[4];    /* 2 bytes of a fixed-endian "long" */                  unsigned char hl[4];    /* 2 bytes of a fixed-endian "long" */
         } value;                /* either number or string */          } value;                /* either number or string */
         uint32_t mask;  /* mask before comparison with value */          uint32_t mask;  /* mask before comparison with value */
         char nospflag;          /* supress space character */          char nospflag;          /* suppress space character */
         char desc[MAXDESC];     /* description */          char desc[MAXDESC];     /* description */
 };  };
   

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15