From: Christos Zoulas Date: Sun, 31 Oct 1999 22:11:48 +0000 (+0000) Subject: - add "char" type for compatibility with HP/UX X-Git-Tag: FILE3_28~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=27e8e4d6c65515d7ddabda120c2e0fc67dbbe333;p=file - add "char" type for compatibility with HP/UX - recognize HP/UX syntax &=n etc. - include errno.h for CYGWIN - conditionalize the S_IS* macros - revert the SHT_DYNSYM test that broke the linux stripped binaries test - lots of Magdir changes --- diff --git a/src/patchlevel.h b/src/patchlevel.h index 60223f36..d6327671 100644 --- a/src/patchlevel.h +++ b/src/patchlevel.h @@ -1,11 +1,19 @@ #define FILE_VERSION_MAJOR 3 -#define patchlevel 27 +#define patchlevel 28 /* * Patchlevel file for Ian Darwin's MAGIC command. - * $Id: patchlevel.h,v 1.27 1999/02/14 17:21:41 christos Exp $ + * $Id: patchlevel.h,v 1.28 1999/10/31 22:11:48 christos Exp $ * * $Log: patchlevel.h,v $ + * Revision 1.28 1999/10/31 22:11:48 christos + * - add "char" type for compatibility with HP/UX + * - recognize HP/UX syntax &=n etc. + * - include errno.h for CYGWIN + * - conditionalize the S_IS* macros + * - revert the SHT_DYNSYM test that broke the linux stripped binaries test + * - lots of Magdir changes + * * Revision 1.27 1999/02/14 17:21:41 christos * Automake support and misc cleanups from Rainer Orth * Enable reading character and block special files from Dale R. Worley