From: Christos Zoulas Date: Wed, 15 Nov 2006 15:53:23 +0000 (+0000) Subject: remove bogus ifdef. X-Git-Tag: FILE5_05~705 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ef21a26b31c307deea7a92e440adc25b19c457d6;p=file remove bogus ifdef. --- 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;