diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2013-02-09 19:25:14 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2013-02-09 19:25:14 +0000 |
commit | 962f09baea9a9f568891b249e0c5189691d770cb (patch) | |
tree | a8d983f47dedc8a97e4f5f78adcf46264882149e /sys/arch/powerpc | |
parent | ad7e63542e5a27b6398796e161579e5fb75f71d2 (diff) |
No longer define EXEC_SCRIPT (probably coming from old PefoBSD). Also,
DB_ELFSIZE ought to be defined in <machine/db_machdep.h>, not <machine/exec.h>
Diffstat (limited to 'sys/arch/powerpc')
-rw-r--r-- | sys/arch/powerpc/include/exec.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/sys/arch/powerpc/include/exec.h b/sys/arch/powerpc/include/exec.h index 79b18733da8..1afbdc6048a 100644 --- a/sys/arch/powerpc/include/exec.h +++ b/sys/arch/powerpc/include/exec.h @@ -1,4 +1,4 @@ -/* $OpenBSD: exec.h,v 1.11 2012/09/11 15:44:18 deraadt Exp $ */ +/* $OpenBSD: exec.h,v 1.12 2013/02/09 19:25:13 miod Exp $ */ /* * Copyright (c) 1997 Per Fogelstrom, Opsycon AB. @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: exec.h,v 1.11 2012/09/11 15:44:18 deraadt Exp $ + * $Id: exec.h,v 1.12 2013/02/09 19:25:13 miod Exp $ */ #ifndef _POWERPC_EXEC_H_ @@ -32,11 +32,6 @@ #define __LDPGSZ 4096 /* linker page size */ -/* - * Define what exec "formats" we should handle. - */ -#define EXEC_SCRIPT - #define ARCH_ELFSIZE 32 #define ELF_TARG_CLASS ELFCLASS32 |