]> granicus.if.org Git - file/commitdiff
remove bogus ifdef.
authorChristos Zoulas <christos@zoulas.com>
Wed, 15 Nov 2006 15:53:23 +0000 (15:53 +0000)
committerChristos Zoulas <christos@zoulas.com>
Wed, 15 Nov 2006 15:53:23 +0000 (15:53 +0000)
src/readelf.c

index cd473e7e5cd36d8f6b8ea2609d2e1fc2ef617d99..69318fa626e0b442e880ecd52001161cf7146fb5 100644 (file)
@@ -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;