diff options
Diffstat (limited to 'libelf/libelf_data.c')
-rw-r--r-- | libelf/libelf_data.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libelf/libelf_data.c b/libelf/libelf_data.c index f078c36ab7558..fcffd8bd9d1ca 100644 --- a/libelf/libelf_data.c +++ b/libelf/libelf_data.c @@ -24,13 +24,11 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> - #include <libelf.h> #include "_libelf.h" -ELFTC_VCSID("$Id: libelf_data.c 3080 2014-07-28 08:46:17Z jkoshy $"); +ELFTC_VCSID("$Id: libelf_data.c 3174 2015-03-27 17:13:41Z emaste $"); int _libelf_xlate_shtype(uint32_t sht) |