diff options
| author | jtc <jtc@NetBSD.org> | 1993-06-10 00:37:55 +0000 |
|---|---|---|
| committer | jtc <jtc@NetBSD.org> | 1993-06-10 00:37:55 +0000 |
| commit | ebefd0d08f67d607cf2c3de3e29eebefa732d0f6 (patch) | |
| tree | cc513781643290d7ffa886bd58cb9b81cd5f10a0 /usr.bin/file/patchlevel.h | |
| parent | f6779cbdcef13546d3ccf87a68698916e9bda1d2 (diff) | |
Updated to Ian Darwin's latest release.
Adds lots of neat features from most other vendors file(1) commands,
plus (important!) little and big endian file types. This will alow
us to detect and extract meaningful information from a many more
file types.
Diffstat (limited to 'usr.bin/file/patchlevel.h')
| -rw-r--r-- | usr.bin/file/patchlevel.h | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/usr.bin/file/patchlevel.h b/usr.bin/file/patchlevel.h new file mode 100644 index 00000000000..ad0a5a742e9 --- /dev/null +++ b/usr.bin/file/patchlevel.h @@ -0,0 +1,34 @@ +#define FILE_VERSION_MAJOR 3 +#define patchlevel 9 + +/* + * Patchlevel file for Ian Darwin's MAGIC command. + * $Id: patchlevel.h,v 1.1 1993/06/10 00:38:15 jtc Exp $ + * + * $Log: patchlevel.h,v $ + * Revision 1.1 1993/06/10 00:38:15 jtc + * Updated to Ian Darwin's latest release. + * Adds lots of neat features from most other vendors file(1) commands, + * plus (important!) little and big endian file types. This will alow + * us to detect and extract meaningful information from a many more + * file types. + * + * Revision 1.9 93/03/24 14:23:40 ian + * Batch of minor changes from several contributors. + * + * Revision 1.8 93/02/19 15:01:26 ian + * Numerous changes from Guy Harris too numerous to mention but including + * byte-order independance, fixing "old-style masking", etc. etc. A bugfix + * for broken symlinks from martin@@d255s004.zfe.siemens.de. + * + * Revision 1.7 93/01/05 14:57:27 ian + * Couple of nits picked by Christos (again, thanks). + * + * Revision 1.6 93/01/05 13:51:09 ian + * Lotsa work on the Magic directory. + * + * Revision 1.5 92/09/14 14:54:51 ian + * Fix a tiny null-pointer bug in previous fix for tar archive + uncompress. + * + */ + |
