diff options
author | Charles Longeau <chl@cvs.openbsd.org> | 2008-05-08 01:40:58 +0000 |
---|---|---|
committer | Charles Longeau <chl@cvs.openbsd.org> | 2008-05-08 01:40:58 +0000 |
commit | 05744bdb96c275f787205ebc59751a053e00bb05 (patch) | |
tree | 9b49fbdec84cb9e5d1af212de09a450cfee68aa0 /usr.bin/file/readelf.h | |
parent | 6b48017a29bf2d49da78618c15452a73b5327e04 (diff) |
Update file to 4.21.
tested by ian@ sthen@
OK ian@, "move ahead with it" deraadt@
Diffstat (limited to 'usr.bin/file/readelf.h')
-rw-r--r-- | usr.bin/file/readelf.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/file/readelf.h b/usr.bin/file/readelf.h index 46edbaf12e7..1ffab5a97a7 100644 --- a/usr.bin/file/readelf.h +++ b/usr.bin/file/readelf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: readelf.h,v 1.5 2004/05/19 02:32:36 tedu Exp $ */ +/* $OpenBSD: readelf.h,v 1.6 2008/05/08 01:40:56 chl Exp $ */ /* * Copyright (c) Christos Zoulas 2003. * All Rights Reserved. @@ -12,8 +12,6 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. The name of the author may not be used to endorse or promote products - * derived from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE @@ -53,6 +51,7 @@ typedef uint32_t Elf64_Addr[2]; typedef uint32_t Elf64_Off[2]; typedef uint32_t Elf64_Xword[2]; #else +#undef USE_ARRAY_FOR_64BIT_TYPES typedef uint64_t Elf64_Addr; typedef uint64_t Elf64_Off; typedef uint64_t Elf64_Xword; @@ -226,6 +225,7 @@ typedef struct { #define NT_NETBSD_EMULATION 2 #define NT_FREEBSD_VERSION 1 #define NT_OPENBSD_VERSION 1 +#define NT_DRAGONFLY_VERSION 1 /* GNU executables (name = "GNU") */ #define NT_GNU_VERSION 1 |