svn commit: trunk/busybox/modutils

aldot at busybox.net aldot at busybox.net
Fri Jul 18 07:42:01 UTC 2008


Author: aldot
Date: 2008-07-18 00:42:00 -0700 (Fri, 18 Jul 2008)
New Revision: 22876

Log:
- fix compilation for mips (Brian Daniels)


Modified:
   trunk/busybox/modutils/insmod.c


Changeset:
Modified: trunk/busybox/modutils/insmod.c
===================================================================
--- trunk/busybox/modutils/insmod.c	2008-07-17 21:32:32 UTC (rev 22875)
+++ trunk/busybox/modutils/insmod.c	2008-07-18 07:42:00 UTC (rev 22876)
@@ -841,7 +841,7 @@
 {
 #if defined(__arm__) || defined(__i386__) || defined(__mc68000__) \
  || defined(__sh__) || defined(__s390__) || defined(__x86_64__) \
- || defined(__powerpc__)
+ || defined(__powerpc__) || defined(__mips__)
 	struct arch_file *ifile = (struct arch_file *) f;
 #endif
 	enum obj_reloc ret = obj_reloc_ok;




More information about the busybox-cvs mailing list