From 4bd5f20b975bc733b5d85dd94e20180b7989ec2d Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Wed, 15 Nov 2006 15:53:23 +0000 Subject: [PATCH] remove bogus ifdef. --- src/readelf.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/readelf.c b/src/readelf.c index cd473e7e..69318fa6 100644 --- a/src/readelf.c +++ b/src/readelf.c @@ -37,7 +37,7 @@ #include "readelf.h" #ifndef lint -FILE_RCSID("@(#)$Id: readelf.c,v 1.60 2006/11/07 19:47:22 christos Exp $") +FILE_RCSID("@(#)$Id: readelf.c,v 1.61 2006/11/15 15:53:23 christos Exp $") #endif #ifdef ELFCORE @@ -898,13 +898,8 @@ file_tryelf(struct magic_set *ms, int fd, const unsigned char *buf, size_t nbytes) { union { -#if defined(__s390x__) || defined(__powerpc64__) || defined(__sparcv9) int32_t l; char c[sizeof (int32_t)]; -#else - long l; - char c[sizeof (long)]; -#endif } u; int class; int swap; -- 2.40.0