From: Christos Zoulas Date: Sun, 15 Feb 1998 23:20:38 +0000 (+0000) Subject: Autoconf patch: Felix von Leitner X-Git-Tag: FILE3_27~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9b4fba08f92ddac037cda448de7a91eb0c53675d;p=file Autoconf patch: Felix von Leitner More magic fixes Elf64 fixes --- diff --git a/src/patchlevel.h b/src/patchlevel.h index 48f557e6..0cb5420d 100644 --- a/src/patchlevel.h +++ b/src/patchlevel.h @@ -1,11 +1,16 @@ #define FILE_VERSION_MAJOR 3 -#define patchlevel 23 +#define patchlevel 24 /* * Patchlevel file for Ian Darwin's MAGIC command. - * $Id: patchlevel.h,v 1.23 1997/11/05 16:03:37 christos Exp $ + * $Id: patchlevel.h,v 1.24 1998/02/15 23:20:38 christos Exp $ * * $Log: patchlevel.h,v $ + * Revision 1.24 1998/02/15 23:20:38 christos + * Autoconf patch: Felix von Leitner + * More magic fixes + * Elf64 fixes + * * Revision 1.23 1997/11/05 16:03:37 christos * - correct elf prps offset for SunOS-2.5.1 [guy@netapp.com] * - handle 64 bit time_t's correctly [ewt@redhat.com]