projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b23773
)
- fix compilation on x86_64
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Fri, 16 May 2008 16:00:38 +0000
(16:00 -0000)
committer
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Fri, 16 May 2008 16:00:38 +0000
(16:00 -0000)
modutils/insmod.c
patch
|
blob
|
history
diff --git
a/modutils/insmod.c
b/modutils/insmod.c
index 0a74ba0e5a0e8949714b3da3ef5142f58c10cb29..9f21003d8285efd32e8ef4ef15b8aea01bba791f 100644
(file)
--- a/
modutils/insmod.c
+++ b/
modutils/insmod.c
@@
-841,7
+841,7
@@
arch_apply_relocation(struct obj_file *f,
ElfW(RelM) *rel, ElfW(Addr) v)
{
#if defined(__arm__) || defined(__i386__) || defined(__mc68000__) \
- || defined(__sh__) || defined(__s390__)
+ || defined(__sh__) || defined(__s390__)
|| defined(__x86_64__)
struct arch_file *ifile = (struct arch_file *) f;
#endif
enum obj_reloc ret = obj_reloc_ok;