diff options
Diffstat (limited to 'usr.bin/nm')
-rw-r--r-- | usr.bin/nm/elf.c | 4 | ||||
-rw-r--r-- | usr.bin/nm/nm.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/nm/elf.c b/usr.bin/nm/elf.c index 2c7676b1b13..5f2d14b27f3 100644 --- a/usr.bin/nm/elf.c +++ b/usr.bin/nm/elf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: elf.c,v 1.34 2015/12/09 19:28:34 mmcc Exp $ */ +/* $OpenBSD: elf.c,v 1.35 2017/10/27 16:47:08 mpi Exp $ */ /* * Copyright (c) 2003 Michael Shalayeff @@ -29,7 +29,7 @@ #include <sys/mman.h> #include <unistd.h> #include <a.out.h> -#include <elf_abi.h> +#include <elf.h> #include <errno.h> #include <err.h> #include <stdint.h> diff --git a/usr.bin/nm/nm.c b/usr.bin/nm/nm.c index f9ad9399b86..86bf940ab8e 100644 --- a/usr.bin/nm/nm.c +++ b/usr.bin/nm/nm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nm.c,v 1.52 2017/09/12 08:32:44 mpi Exp $ */ +/* $OpenBSD: nm.c,v 1.53 2017/10/27 16:47:08 mpi Exp $ */ /* $NetBSD: nm.c,v 1.7 1996/01/14 23:04:03 pk Exp $ */ /* @@ -36,7 +36,7 @@ #include <sys/types.h> #include <sys/mman.h> #include <a.out.h> -#include <elf_abi.h> +#include <elf.h> #include <ar.h> #include <ranlib.h> #include <unistd.h> |