projects
/
file
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
845d2e5
)
remove bogus ifdef.
author
Christos Zoulas
<christos@zoulas.com>
Wed, 15 Nov 2006 15:53:23 +0000
(15:53 +0000)
committer
Christos Zoulas
<christos@zoulas.com>
Wed, 15 Nov 2006 15:53:23 +0000
(15:53 +0000)
src/readelf.c
patch
|
blob
|
history
diff --git
a/src/readelf.c
b/src/readelf.c
index cd473e7e5cd36d8f6b8ea2609d2e1fc2ef617d99..69318fa626e0b442e880ecd52001161cf7146fb5 100644
(file)
--- a/
src/readelf.c
+++ b/
src/readelf.c
@@
-37,7
+37,7
@@
#include "readelf.h"
#ifndef lint
-FILE_RCSID("@(#)$Id: readelf.c,v 1.6
0 2006/11/07 19:47:22
christos Exp $")
+FILE_RCSID("@(#)$Id: readelf.c,v 1.6
1 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;