aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-03-13 18:57:08 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-03-13 18:57:08 +0000
commit35c65f3dd4e631182e75b763af754142c71a1d90 (patch)
tree7b9e143698b75a26360a1611bc9a21462a0f3da3
parent9314a57826c08170ef9210bb01aabce8aebf9c10 (diff)
downloadbusybox-w32-35c65f3dd4e631182e75b763af754142c71a1d90.tar.gz
busybox-w32-35c65f3dd4e631182e75b763af754142c71a1d90.tar.bz2
busybox-w32-35c65f3dd4e631182e75b763af754142c71a1d90.zip
Fix obviously wrong names from older busybox
git-svn-id: svn://busybox.net/trunk/busybox@6743 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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 @@
103#endif 103#endif
104 104
105#if defined(__s390__) 105#if defined(__s390__)
106#define BB_USE_PLT_ENTRIES 106#define CONFIG_USE_PLT_ENTRIES
107#define BB_PLT_ENTRY_SIZE 8 107#define CONFIG_PLT_ENTRY_SIZE 8
108#define BB_USE_GOT_ENTRIES 108#define CONFIG_USE_GOT_ENTRIES
109#define BB_GOT_ENTRY_SIZE 8 109#define CONFIG_GOT_ENTRY_SIZE 8
110#define BB_USE_SINGLE 110#define CONFIG_USE_SINGLE
111 111
112#define MATCH_MACHINE(x) (x == EM_S390) 112#define MATCH_MACHINE(x) (x == EM_S390)
113#define SHT_RELM SHT_RELA 113#define SHT_RELM SHT_RELA
@@ -247,7 +247,7 @@
247#ifndef MODUTILS_MODULE_H 247#ifndef MODUTILS_MODULE_H
248static const int MODUTILS_MODULE_H = 1; 248static const int MODUTILS_MODULE_H = 1;
249 249
250#ident "$Id: insmod.c,v 1.95 2003/01/23 06:02:39 andersen Exp $" 250#ident "$Id: insmod.c,v 1.96 2003/03/13 18:57:08 andersen Exp $"
251 251
252/* This file contains the structures used by the 2.0 and 2.1 kernels. 252/* This file contains the structures used by the 2.0 and 2.1 kernels.
253 We do not use the kernel headers directly because we do not wish 253 We do not use the kernel headers directly because we do not wish
@@ -468,7 +468,7 @@ int delete_module(const char *);
468#ifndef MODUTILS_OBJ_H 468#ifndef MODUTILS_OBJ_H
469static const int MODUTILS_OBJ_H = 1; 469static const int MODUTILS_OBJ_H = 1;
470 470
471#ident "$Id: insmod.c,v 1.95 2003/01/23 06:02:39 andersen Exp $" 471#ident "$Id: insmod.c,v 1.96 2003/03/13 18:57:08 andersen Exp $"
472 472
473/* The relocatable object is manipulated using elfin types. */ 473/* The relocatable object is manipulated using elfin types. */
474 474