20 lines
555 B
Diff
20 lines
555 B
Diff
|
--- ./tools/sepdebugcrcfix.c.orig 2017-01-19 15:28:12.521321881 +0000
|
||
|
+++ ./tools/sepdebugcrcfix.c 2017-01-19 15:28:26.895267612 +0000
|
||
|
@@ -28,7 +28,6 @@
|
||
|
#include <error.h>
|
||
|
#include <libelf.h>
|
||
|
#include <gelf.h>
|
||
|
-#include <bfd.h>
|
||
|
|
||
|
#define _(x) x
|
||
|
#define static_assert(expr) \
|
||
|
@@ -46,7 +45,7 @@ static const bool false = 0, true = 1;
|
||
|
static unsigned long
|
||
|
calc_gnu_debuglink_crc32 (unsigned long crc,
|
||
|
const unsigned char *buf,
|
||
|
- bfd_size_type len)
|
||
|
+ size_t len)
|
||
|
{
|
||
|
static const unsigned long crc32_table[256] =
|
||
|
{
|