From 27e8e4d6c65515d7ddabda120c2e0fc67dbbe333 Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Sun, 31 Oct 1999 22:11:48 +0000 Subject: [PATCH] - 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 --- src/patchlevel.h | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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 -- 2.40.0