From: Christos Zoulas Date: Thu, 23 Sep 1993 21:56:23 +0000 (+0000) Subject: Passed purify. Fixed indirections. Fixed byte order printing. X-Git-Tag: FILE3_27~131 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=085c8d8c8e1b05f98cece286f11e66df5c51ae16;p=file Passed purify. Fixed indirections. Fixed byte order printing. Fixed segmentation faults caused by referencing past the end of the magic buffer. Fixed bus errors caused by referencing unaligned shorts or longs. --- diff --git a/src/patchlevel.h b/src/patchlevel.h index d26ab913..f5f64b52 100644 --- a/src/patchlevel.h +++ b/src/patchlevel.h @@ -1,12 +1,21 @@ #define FILE_VERSION_MAJOR 3 -#define patchlevel 9 +#define patchlevel 10 /* * Patchlevel file for Ian Darwin's MAGIC command. - * $Id: patchlevel.h,v 1.9 1993/03/24 14:23:40 ian Exp $ + * $Id: patchlevel.h,v 1.10 1993/09/23 21:56:23 christos Exp $ * * $Log: patchlevel.h,v $ - * Revision 1.9 1993/03/24 14:23:40 ian + * Revision 1.10 1993/09/23 21:56:23 christos + * Passed purify. Fixed indirections. Fixed byte order printing. + * Fixed segmentation faults caused by referencing past the end + * of the magic buffer. Fixed bus errors caused by referencing + * unaligned shorts or longs. + * + * Revision 1.9 1993/03/24 14:23:40 ian + * Batch of minor changes from several contributors. + * + * Revision 1.9 1993/03/24 14:23:40 ian * Batch of minor changes from several contributors. * * Revision 1.8 93/02/19 15:01:26 ian