diff options
Diffstat (limited to 'libelf/libelf_phdr.c')
-rw-r--r-- | libelf/libelf_phdr.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libelf/libelf_phdr.c b/libelf/libelf_phdr.c index f44c3cd..ba872bb 100644 --- a/libelf/libelf_phdr.c +++ b/libelf/libelf_phdr.c @@ -24,8 +24,6 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> - #include <assert.h> #include <gelf.h> #include <libelf.h> @@ -33,7 +31,7 @@ #include "_libelf.h" -ELFTC_VCSID("$Id: libelf_phdr.c 3009 2014-03-23 01:49:59Z jkoshy $"); +ELFTC_VCSID("$Id: libelf_phdr.c 3174 2015-03-27 17:13:41Z emaste $"); void * _libelf_getphdr(Elf *e, int ec) |