diff options
| author | Xin LI <delphij@FreeBSD.org> | 2016-11-07 07:26:06 +0000 | 
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2016-11-07 07:26:06 +0000 | 
| commit | 46a30e2e108c3996f8c1ef41888011c2a5cedaf7 (patch) | |
| tree | d5b3320c0abb93ce4b48892c8cf3704e4a3ed009 /src/file.h | |
| parent | 581c312f134935d421daea8ff9efe57e66a2beab (diff) | |
Diffstat (limited to 'src/file.h')
| -rw-r--r-- | src/file.h | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/src/file.h b/src/file.h index f22fcd941666f..180efd3525ce7 100644 --- a/src/file.h +++ b/src/file.h @@ -27,7 +27,7 @@   */  /*   * file.h - definitions for file(1) program - * @(#)$File: file.h,v 1.178 2016/03/31 17:51:12 christos Exp $ + * @(#)$File: file.h,v 1.180 2016/07/20 11:27:08 christos Exp $   */  #ifndef __file_h__ @@ -134,11 +134,11 @@  				   or directory */  #define MAXDESC	64		/* max len of text description/MIME type */  #define MAXMIME	80		/* max len of text MIME type */ -#define MAXstring 64		/* max len of "string" types */ +#define MAXstring 96		/* max len of "string" types */  #define MAGICNO		0xF11E041C -#define VERSIONNO	13 -#define FILE_MAGICSIZE	312 +#define VERSIONNO	14 +#define FILE_MAGICSIZE	344  #define	FILE_LOAD	0  #define FILE_CHECK	1 @@ -275,7 +275,7 @@ struct magic {  #define				FILE_OPS_MASK	0x07 /* mask for above ops */  #define				FILE_UNUSED_1	0x08  #define				FILE_UNUSED_2	0x10 -#define				FILE_UNUSED_3	0x20 +#define				FILE_OPSIGNED	0x20  #define				FILE_OPINVERSE	0x40  #define				FILE_OPINDIRECT	0x80 | 
