diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-09-11 15:44:20 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-09-11 15:44:20 +0000 |
commit | 97591430ce787f738611b19ae7bc9a8867beba7c (patch) | |
tree | 172292b22becc2cae0ca46b4568b1950f03be0b8 /sys/arch/sparc64/include | |
parent | ee649a97d7c357cdc8b0523bdc8d8976eb8ea859 (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/sparc64/include')
-rw-r--r-- | sys/arch/sparc64/include/exec.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sparc64/include/exec.h b/sys/arch/sparc64/include/exec.h index dc2bfc948f7..07fe611ce47 100644 --- a/sys/arch/sparc64/include/exec.h +++ b/sys/arch/sparc64/include/exec.h @@ -1,7 +1,6 @@ -/* $OpenBSD: exec.h,v 1.7 2006/02/22 22:06:38 miod Exp $ */ +/* $OpenBSD: exec.h,v 1.8 2012/09/11 15:44:18 deraadt Exp $ */ /* $NetBSD: elf_machdep.h,v 1.7 2001/02/11 00:18:49 eeh Exp $ */ -#define NATIVE_EXEC_ELF #define _KERN_DO_ELF64 #define _NLIST_DO_ELF |