diff options
Diffstat (limited to 'libelf/libelf_checksum.c')
-rw-r--r-- | libelf/libelf_checksum.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libelf/libelf_checksum.c b/libelf/libelf_checksum.c index f05f9a936404..ef868773105e 100644 --- a/libelf/libelf_checksum.c +++ b/libelf/libelf_checksum.c @@ -24,13 +24,11 @@ * SUCH DAMAGE. */ -#include <sys/cdefs.h> - #include <gelf.h> #include "_libelf.h" -ELFTC_VCSID("$Id: libelf_checksum.c 3003 2014-03-22 07:43:10Z jkoshy $"); +ELFTC_VCSID("$Id: libelf_checksum.c 3174 2015-03-27 17:13:41Z emaste $"); static unsigned long _libelf_sum(unsigned long c, const unsigned char *s, size_t size) |