svn commit: trunk/busybox/modutils

aldot at busybox.net aldot at busybox.net
Fri May 16 09:00:39 PDT 2008


Author: aldot
Date: 2008-05-16 09:00:38 -0700 (Fri, 16 May 2008)
New Revision: 21989

Log:
- fix compilation on x86_64


Modified:
   trunk/busybox/modutils/insmod.c


Changeset:
Modified: trunk/busybox/modutils/insmod.c
===================================================================
--- trunk/busybox/modutils/insmod.c	2008-05-16 14:48:54 UTC (rev 21988)
+++ trunk/busybox/modutils/insmod.c	2008-05-16 16:00:38 UTC (rev 21989)
@@ -841,7 +841,7 @@
 				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;



More information about the busybox-cvs mailing list