summaryrefslogtreecommitdiff
path: root/contrib/file/patchlevel.h
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-04-25 07:41:21 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-04-25 07:41:21 +0000
commit61295bbb39b1ec75f468eccc07965d9e39ca83f1 (patch)
treed4e7d9de57b9b7177608732d3d6fced3bb4ebdde /contrib/file/patchlevel.h
parentadef7cde5727b99f8e544806572aa0cf102b808b (diff)
Notes
Diffstat (limited to 'contrib/file/patchlevel.h')
-rw-r--r--contrib/file/patchlevel.h12
1 files changed, 10 insertions, 2 deletions
diff --git a/contrib/file/patchlevel.h b/contrib/file/patchlevel.h
index 6e4b0b048232..ef5612610a56 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