[BusyBox-cvs] busybox/modutils insmod.c,1.114,1.115

Erik Andersen andersen at busybox.net
Fri Mar 19 12:17:06 UTC 2004


Update of /var/cvs/busybox/modutils
In directory nail:/tmp/cvs-serv26047/modutils

Modified Files:
	insmod.c 
Log Message:
Add missing ELFCLASSM for m68k


Index: insmod.c
===================================================================
RCS file: /var/cvs/busybox/modutils/insmod.c,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -d -r1.114 -r1.115
--- a/insmod.c	19 Mar 2004 12:16:18 -0000	1.114
+++ b/insmod.c	19 Mar 2004 12:17:04 -0000	1.115
@@ -159,6 +159,7 @@
 #define MATCH_MACHINE(x) (x == EM_68K)
 #define SHT_RELM	SHT_RELA
 #define Elf32_RelM	Elf32_Rela
+#define ELFCLASSM	ELFCLASS32
 #endif
 
 #if defined(__mips__)




More information about the busybox-cvs mailing list