From: Christos Zoulas Date: Wed, 26 Mar 2003 15:37:25 +0000 (+0000) Subject: - Pass lint X-Git-Tag: FILE4_01~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6c2aa8662ee3be6d0506df3acad99f63fae38f2c;p=file - 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) --- diff --git a/src/patchlevel.h b/src/patchlevel.h index 679dea92..905cc4ee 100644 --- a/src/patchlevel.h +++ b/src/patchlevel.h @@ -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. *