summaryrefslogtreecommitdiff
path: root/usr.bin/file/patchlevel.h
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>1995-04-28 19:23:38 +0000
committerchristos <christos@NetBSD.org>1995-04-28 19:23:38 +0000
commit0bb1fbddb332060db8ecd633dd2a57ec4a4d453e (patch)
treeab91134c323eaf694475b75eecc8ccb6bb4c8990 /usr.bin/file/patchlevel.h
parent7bfa303f5eb5105ebae7c77ecd4241a7c06fbf3b (diff)
Integrated file-3.17
Diffstat (limited to 'usr.bin/file/patchlevel.h')
-rw-r--r--usr.bin/file/patchlevel.h16
1 files changed, 12 insertions, 4 deletions
diff --git a/usr.bin/file/patchlevel.h b/usr.bin/file/patchlevel.h
index b3409ac7e56..0843e1ba741 100644
--- a/usr.bin/file/patchlevel.h
+++ b/usr.bin/file/patchlevel.h
@@ -1,13 +1,21 @@
#define FILE_VERSION_MAJOR 3
-#define patchlevel 16
+#define patchlevel 17
/*
* Patchlevel file for Ian Darwin's MAGIC command.
- * $Id: patchlevel.h,v 1.2 1995/03/25 22:36:27 christos Exp $
+ * $Id: patchlevel.h,v 1.3 1995/04/28 19:23:58 christos Exp $
*
* $Log: patchlevel.h,v $
- * Revision 1.2 1995/03/25 22:36:27 christos
- * Updated to file-3.16; fixes PR867
+ * Revision 1.3 1995/04/28 19:23:58 christos
+ * Integrated file-3.17
+ *
+ * Revision 1.17 1995/04/28 17:29:13 christos
+ * - Incorrect nroff detection fix from der Mouse
+ * - Lost and incorrect magic entries.
+ * - Added ELF stripped binary detection [in C; ugh]
+ * - Look for $MAGIC to find the magic file.
+ * - Eat trailing size specifications from numbers i.e. ignore 10L
+ * - More fixes for very short files
*
* Revision 1.16 1995/03/25 22:06:45 christos
* - use strtoul() where it exists.