diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2017-10-27 16:47:09 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2017-10-27 16:47:09 +0000 |
commit | 52aefd9dcb7993d8cd94db28248ae4c5e9629325 (patch) | |
tree | 86b2dbe22105735bf277b5d4f69267de4a3b5063 /libexec/ld.so/m88k | |
parent | 7d55deb7ff589c6baf8ca1e02c3b6a76b52265c1 (diff) |
Use <elf.h> instead of <elf_abi.h>
ok jasper@, jca@, deraadt@
Diffstat (limited to 'libexec/ld.so/m88k')
-rw-r--r-- | libexec/ld.so/m88k/archdep.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ld.so/m88k/archdep.h b/libexec/ld.so/m88k/archdep.h index af22305dae2..b15cb7dd096 100644 --- a/libexec/ld.so/m88k/archdep.h +++ b/libexec/ld.so/m88k/archdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: archdep.h,v 1.5 2017/01/24 07:48:37 guenther Exp $ */ +/* $OpenBSD: archdep.h,v 1.6 2017/10/27 16:47:08 mpi Exp $ */ /* * Copyright (c) 1998 Per Fogelstrom, Opsycon AB @@ -33,7 +33,7 @@ #define MACHID EM_88K /* ELF e_machine ID value checked */ -#include <elf_abi.h> +#include <elf.h> #include <machine/reloc.h> #include "syscall.h" #include "util.h" |