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

version 1.17, 2007/07/09 16:39:48 version 1.18, 2007/11/26 09:28:34
Line 83 
Line 83 
 struct magic {  struct magic {
         /* Word 1 */          /* Word 1 */
         uint16_t cont_level;    /* level of ">" */          uint16_t cont_level;    /* level of ">" */
         uint8_t nospflag;       /* supress space character */          uint8_t nospflag;       /* suppress space character */
         uint8_t flag;          uint8_t flag;
 #define INDIR   1               /* if '>(...)' appears,  */  #define INDIR   1               /* if '>(...)' appears,  */
 #define UNSIGNED 2              /* comparison is unsigned */  #define UNSIGNED 2              /* comparison is unsigned */

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