]> granicus.if.org Git - file/commitdiff
- Pass lint
authorChristos Zoulas <christos@zoulas.com>
Wed, 26 Mar 2003 15:37:25 +0000 (15:37 +0000)
committerChristos Zoulas <christos@zoulas.com>
Wed, 26 Mar 2003 15:37:25 +0000 (15:37 +0000)
- make NULL in magic_file mean stdin
- Fix "-" argument to file to pass NULL to magic_file
- avoid pointer casts by using memcpy
- rename magic_buf -> magic_buffer
- keep only the first error
- manual page: new sentence, new line
- fix typo in api function (magic_buf -> magic_buffer)

src/patchlevel.h

index 679dea9299420dc341151fdaa140ff201b711c12..905cc4ee5002724698bbfd15735971493d2c153f 100644 (file)
@@ -1,11 +1,21 @@
 #define        FILE_VERSION_MAJOR      4
-#define        patchlevel              0
+#define        patchlevel              01
 
 /*
  * Patchlevel file for Ian Darwin's MAGIC command.
- * $Id: patchlevel.h,v 1.44 2003/03/23 22:23:31 christos Exp $
+ * $Id: patchlevel.h,v 1.45 2003/03/26 15:37:25 christos Exp $
  *
  * $Log: patchlevel.h,v $
+ * Revision 1.45  2003/03/26 15:37:25  christos
+ * - Pass lint
+ * - make NULL in magic_file mean stdin
+ * - Fix "-" argument to file to pass NULL to magic_file
+ * - avoid pointer casts by using memcpy
+ * - rename magic_buf -> magic_buffer
+ * - keep only the first error
+ * - manual page: new sentence, new line
+ * - fix typo in api function (magic_buf -> magic_buffer)
+ *
  * Revision 1.44  2003/03/23 22:23:31  christos
  * finish librarification.
  *