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/alpha | |
parent | 7d55deb7ff589c6baf8ca1e02c3b6a76b52265c1 (diff) |
Use <elf.h> instead of <elf_abi.h>
ok jasper@, jca@, deraadt@
Diffstat (limited to 'libexec/ld.so/alpha')
-rw-r--r-- | libexec/ld.so/alpha/archdep.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ld.so/alpha/archdep.h b/libexec/ld.so/alpha/archdep.h index 36720e0d4d6..d6ba7224980 100644 --- a/libexec/ld.so/alpha/archdep.h +++ b/libexec/ld.so/alpha/archdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: archdep.h,v 1.20 2017/01/24 07:48:37 guenther Exp $ */ +/* $OpenBSD: archdep.h,v 1.21 2017/10/27 16:47:08 mpi Exp $ */ /* * Copyright (c) 1998 Per Fogelstrom, Opsycon AB @@ -33,7 +33,7 @@ #define MACHID EM_ALPHA_EXP /* ELF e_machine ID value checked */ -#include <elf_abi.h> +#include <elf.h> #include <machine/reloc.h> #include "syscall.h" #include "util.h" |