diff options
| author | cgd <cgd@NetBSD.org> | 1996-10-03 05:02:05 +0000 |
|---|---|---|
| committer | cgd <cgd@NetBSD.org> | 1996-10-03 05:02:05 +0000 |
| commit | 65148dea437995ffb201c89e56c358a272cd6942 (patch) | |
| tree | 80fc7e140df24cd2b1ba9fadd10b1a058b88ab2c /sys/compat/linux/common/linux_exec.c | |
| parent | 61dc0e200c26d2abf764c695b41f972c90c4ca8e (diff) | |
kill (re)definitions of EXEC_ELF32. They're no longer necessary
(because of the EXEC_* option changes), and now cause warnings.
Diffstat (limited to 'sys/compat/linux/common/linux_exec.c')
| -rw-r--r-- | sys/compat/linux/common/linux_exec.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/compat/linux/common/linux_exec.c b/sys/compat/linux/common/linux_exec.c index 17ea1cf6c20..c21df79b8fe 100644 --- a/sys/compat/linux/common/linux_exec.c +++ b/sys/compat/linux/common/linux_exec.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux_exec.c,v 1.20 1996/10/03 02:16:18 thorpej Exp $ */ +/* $NetBSD: linux_exec.c,v 1.21 1996/10/03 05:02:05 cgd Exp $ */ /* * Copyright (c) 1995 Frank van der Linden @@ -31,9 +31,6 @@ */ #define ELFSIZE 32 /* XXX should die */ -#ifndef EXEC_ELF32 /* XXX should die */ -#define EXEC_ELF32 /* XXX should die */ -#endif /* XXX should die */ #include <sys/param.h> #include <sys/systm.h> |
