summaryrefslogtreecommitdiff
path: root/sys/arch/mips64
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2012-09-11 15:44:20 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2012-09-11 15:44:20 +0000
commit97591430ce787f738611b19ae7bc9a8867beba7c (patch)
tree172292b22becc2cae0ca46b4568b1950f03be0b8 /sys/arch/mips64
parentee649a97d7c357cdc8b0523bdc8d8976eb8ea859 (diff)
Remove the 'OLF method' used for the transition from a.out to ELF and
for all the compat layers which are now gone. Linux compat still works because it always used another method in any case, and nothing looks at p_os anymore. ok jsing
Diffstat (limited to 'sys/arch/mips64')
-rw-r--r--sys/arch/mips64/include/exec.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/mips64/include/exec.h b/sys/arch/mips64/include/exec.h
index e1d9e903301..02447c309ff 100644
--- a/sys/arch/mips64/include/exec.h
+++ b/sys/arch/mips64/include/exec.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: exec.h,v 1.4 2009/12/12 20:03:16 miod Exp $ */
+/* $OpenBSD: exec.h,v 1.5 2012/09/11 15:44:18 deraadt Exp $ */
/*
* Copyright (c) 1996-2004 Per Fogelstrom, Opsycon AB
@@ -34,7 +34,6 @@
/*
* Define what exec "formats" we should handle.
*/
-#define NATIVE_EXEC_ELF
#define NATIVE_ELFSIZE 64
#define EXEC_SCRIPT