You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
357 B
12 lines
357 B
diff -u -r ../elfutils-0.166/libelf/elf_getbase.c ./libelf/elf_getbase.c
|
|
--- ../elfutils-0.166/libelf/elf_getbase.c 2015-11-27 08:36:29.000000000 -0500
|
|
+++ ./libelf/elf_getbase.c 2016-05-04 13:01:52.776589425 -0400
|
|
@@ -37,7 +37,7 @@
|
|
#include "libelfP.h"
|
|
|
|
|
|
-off_t
|
|
+loff_t
|
|
elf_getbase (Elf *elf)
|
|
{
|
|
return elf == NULL ? (off_t) -1 : elf->start_offset;
|
|
|