diff options
author | obrien <obrien@FreeBSD.org> | 2001-04-25 07:41:21 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-04-25 07:41:21 +0000 |
commit | 30980cd72da9ade33a9b331e58e75660d180a109 (patch) | |
tree | 000ebc599c417e0830db5f66711d1e99a3edfdcb /contrib/file/patchlevel.h | |
parent | fd87285c4e3e4e4fbf7112229c209a1c6ea64494 (diff) | |
download | FreeBSD-src-30980cd72da9ade33a9b331e58e75660d180a109.zip FreeBSD-src-30980cd72da9ade33a9b331e58e75660d180a109.tar.gz |
Virgin import of Christos Zoulas's FILE 3.35.
Diffstat (limited to 'contrib/file/patchlevel.h')
-rw-r--r-- | contrib/file/patchlevel.h | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/contrib/file/patchlevel.h b/contrib/file/patchlevel.h index 6e4b0b0..ef56126 100644 --- a/contrib/file/patchlevel.h +++ b/contrib/file/patchlevel.h @@ -1,11 +1,19 @@ #define FILE_VERSION_MAJOR 3 -#define patchlevel 34 +#define patchlevel 35 /* * Patchlevel file for Ian Darwin's MAGIC command. - * $Id: patchlevel.h,v 1.34 2001/03/12 05:05:57 christos Exp $ + * $Id: patchlevel.h,v 1.35 2001/04/24 14:40:25 christos Exp $ * * $Log: patchlevel.h,v $ + * Revision 1.35 2001/04/24 14:40:25 christos + * - rename magic file sgi to mips and fix it + * - add support for building magic.mgc + * - portability fixes for mmap() + * - try gzip before uncompress, because uncompress sometimes hangs + * - be more conservative about pipe reads and writes + * - many magic fixes + * * Revision 1.34 2001/03/12 05:05:57 christos * - new compiled magic format * - lots of magic additions |