summaryrefslogtreecommitdiffstats
path: root/contrib/file/patchlevel.h
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2003-02-28 05:19:36 +0000
committerobrien <obrien@FreeBSD.org>2003-02-28 05:19:36 +0000
commitf35360c37203a2efe4238a8ec8dd5c45cde0820b (patch)
tree1705752f770500133cc84f6e74036f0089e1421d /contrib/file/patchlevel.h
parent822cce384d16c9a63f80e0c0765717d4a329368d (diff)
downloadFreeBSD-src-f35360c37203a2efe4238a8ec8dd5c45cde0820b.zip
FreeBSD-src-f35360c37203a2efe4238a8ec8dd5c45cde0820b.tar.gz
Virgin import of Christos Zoulas's FILE 3.41.
* - fix memory allocation problem (Jeff Johnson) * - fix stack overflow corruption (David Endler)
Diffstat (limited to 'contrib/file/patchlevel.h')
-rw-r--r--contrib/file/patchlevel.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/contrib/file/patchlevel.h b/contrib/file/patchlevel.h
index aba7461..bec3067 100644
--- a/contrib/file/patchlevel.h
+++ b/contrib/file/patchlevel.h
@@ -1,11 +1,17 @@
#define FILE_VERSION_MAJOR 3
-#define patchlevel 40
+#define patchlevel 41
/*
* Patchlevel file for Ian Darwin's MAGIC command.
- * $Id: patchlevel.h,v 1.40 2003/02/08 18:33:53 christos Exp $
+ * $Id: patchlevel.h,v 1.41 2003/02/27 20:53:45 christos Exp $
*
* $Log: patchlevel.h,v $
+ * Revision 1.41 2003/02/27 20:53:45 christos
+ * - fix memory allocation problem (Jeff Johnson)
+ * - fix stack overflow corruption (David Endler)
+ * - fixes from NetBSD source (Antti Kantee)
+ * - magic fixes
+ *
* Revision 1.40 2003/02/08 18:33:53 christos
* - detect inttypes.h too (Dave Love <d.love@dl.ac.uk>)
* - eliminate unsigned char warnings (Petter Reinholdtsen <pere@hungry.com>)
@@ -238,4 +244,3 @@
* Fix a tiny null-pointer bug in previous fix for tar archive + uncompress.
*
*/
-
OpenPOWER on IntegriCloud