summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2000-12-18 13:53:16 +0000
committerFrancois Pons <fpons@mandriva.com>2000-12-18 13:53:16 +0000
commit42f597e5e8f79517673c50250de11215e202fd6f (patch)
treeda78e5b1046ae1cea828ad11c5b3d3685bf8aff8
parentdeb9cd00405963f61c6477697235146594f55ba3 (diff)
downloaddrakx-backup-do-not-use-42f597e5e8f79517673c50250de11215e202fd6f.tar
drakx-backup-do-not-use-42f597e5e8f79517673c50250de11215e202fd6f.tar.gz
drakx-backup-do-not-use-42f597e5e8f79517673c50250de11215e202fd6f.tar.bz2
drakx-backup-do-not-use-42f597e5e8f79517673c50250de11215e202fd6f.tar.xz
drakx-backup-do-not-use-42f597e5e8f79517673c50250de11215e202fd6f.zip
allow compilation on glibc-2.2
-rw-r--r--mdk-stage1/insmod-busybox/insmod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/insmod-busybox/insmod.c b/mdk-stage1/insmod-busybox/insmod.c
index c3c4ac351..2f95f8198 100644
--- a/mdk-stage1/insmod-busybox/insmod.c
+++ b/mdk-stage1/insmod-busybox/insmod.c
@@ -323,7 +323,7 @@ int delete_module(const char *);
/* this is the previous behavior, but it does result in
insmod.c being broken on anything except i386 */
-#define MATCH_MACHINE(x) (x == EM_386 || x == EM_486)
+#define MATCH_MACHINE(x) (x == EM_386)
#define SHT_RELM SHT_REL
#define Elf32_RelM Elf32_Rel