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