diff --git a/sys/sys/elf_common.h b/sys/sys/elf_common.h index b8bda8bc1bd..b27eb78f2e9 100644 --- a/sys/sys/elf_common.h +++ b/sys/sys/elf_common.h @@ -1,7 +1,7 @@ /*- * SPDX-License-Identifier: BSD-2-Clause-FreeBSD * - * Copyright (c) 2017 Dell EMC + * Copyright (c) 2017, 2018 Dell EMC * Copyright (c) 2000, 2001, 2008, 2011, David E. O'Brien * Copyright (c) 1998 John D. Polstra. * All rights reserved. @@ -51,6 +51,7 @@ typedef struct { u_int32_t n_descsz; /* Length of descriptor. */ u_int32_t n_type; /* Type of this note. */ } Elf_Note; +typedef Elf_Note Elf_Nhdr; /* * Option kinds.