[BusyBox-cvs] busybox/modutils insmod.c,1.95,1.96

Erik Andersen andersen at codepoet.org
Thu Mar 13 18:57:13 UTC 2003


Update of /var/cvs/busybox/modutils
In directory winder:/tmp/cvs-serv17754/modutils

Modified Files:
	insmod.c 
Log Message:
Fix obviously wrong names from older busybox


Index: insmod.c
===================================================================
RCS file: /var/cvs/busybox/modutils/insmod.c,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -d -r1.95 -r1.96
--- insmod.c	23 Jan 2003 06:02:39 -0000	1.95
+++ insmod.c	13 Mar 2003 18:57:08 -0000	1.96
@@ -103,11 +103,11 @@
 #endif
 
 #if defined(__s390__)
-#define BB_USE_PLT_ENTRIES
-#define BB_PLT_ENTRY_SIZE 8
-#define BB_USE_GOT_ENTRIES
-#define BB_GOT_ENTRY_SIZE 8
-#define BB_USE_SINGLE
+#define CONFIG_USE_PLT_ENTRIES
+#define CONFIG_PLT_ENTRY_SIZE 8
+#define CONFIG_USE_GOT_ENTRIES
+#define CONFIG_GOT_ENTRY_SIZE 8
+#define CONFIG_USE_SINGLE
 
 #define MATCH_MACHINE(x) (x == EM_S390)
 #define SHT_RELM	SHT_RELA




More information about the busybox-cvs mailing list