aboutsummaryrefslogtreecommitdiff
path: root/modutils
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-03-13 18:57:08 +0000
committerEric Andersen <andersen@codepoet.org>2003-03-13 18:57:08 +0000
commitc3b2dbec8c3249716f0027fcc423bde37517cbe6 (patch)
tree7b9e143698b75a26360a1611bc9a21462a0f3da3 /modutils
parent92b7e7baa11a4dd7edd02b358857745a75bcfaad (diff)
downloadbusybox-c3b2dbec8c3249716f0027fcc423bde37517cbe6.tar.gz
Fix obviously wrong names from older busybox
Diffstat (limited to 'modutils')
-rw-r--r--modutils/insmod.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/modutils/insmod.c b/modutils/insmod.c
index 5faae5251..56e78e833 100644
--- a/modutils/insmod.c
+++ b/modutils/insmod.c
@@ -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
@@ -247,7 +247,7 @@
#ifndef MODUTILS_MODULE_H
static const int MODUTILS_MODULE_H = 1;
-#ident "$Id: insmod.c,v 1.95 2003/01/23 06:02:39 andersen Exp $"
+#ident "$Id: insmod.c,v 1.96 2003/03/13 18:57:08 andersen Exp $"
/* This file contains the structures used by the 2.0 and 2.1 kernels.
We do not use the kernel headers directly because we do not wish
@@ -468,7 +468,7 @@ int delete_module(const char *);
#ifndef MODUTILS_OBJ_H
static const int MODUTILS_OBJ_H = 1;
-#ident "$Id: insmod.c,v 1.95 2003/01/23 06:02:39 andersen Exp $"
+#ident "$Id: insmod.c,v 1.96 2003/03/13 18:57:08 andersen Exp $"
/* The relocatable object is manipulated using elfin types. */