diff options
Diffstat (limited to 'libelf/elf_phnum.c')
-rw-r--r-- | libelf/elf_phnum.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libelf/elf_phnum.c b/libelf/elf_phnum.c index 59948061b407..4ac665df308d 100644 --- a/libelf/elf_phnum.c +++ b/libelf/elf_phnum.c @@ -24,14 +24,12 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> - #include <ar.h> #include <libelf.h> #include "_libelf.h" -ELFTC_VCSID("$Id: elf_phnum.c 2225 2011-11-26 18:55:54Z jkoshy $"); +ELFTC_VCSID("$Id: elf_phnum.c 3174 2015-03-27 17:13:41Z emaste $"); static int _libelf_getphdrnum(Elf *e, size_t *phnum) |